mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2024-12-13 04:52:29 +00:00
16 lines
910 B
Text
16 lines
910 B
Text
|
<Page x:Class="UWUVCI_AIO_WPF.UI.Frames.StartFrame"
|
||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||
|
xmlns:local="clr-namespace:UWUVCI_AIO_WPF.UI.Frames"
|
||
|
mc:Ignorable="d"
|
||
|
d:DesignHeight="480" d:DesignWidth="1130"
|
||
|
Title="SettingsFrame">
|
||
|
|
||
|
<Grid>
|
||
|
<TextBlock Margin="10,10,0,0" TextWrapping="Wrap" Text="If this is your first time using UWUVCI AIO, or you updated from v1.x, please click on the Settings Icon to set your Paths to begin Injecting. It is recommended to also set the CommonKey and TitleKeys." FontSize="20" Height="143" HorizontalAlignment="Center" VerticalAlignment="Center" TextAlignment="Center" />
|
||
|
|
||
|
|
||
|
</Grid>
|
||
|
</Page>
|