You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title="Create New Project"Height="660"Width="670"Background="{DynamicResource ThemeDarkestBackground}"PreviewKeyDown="Window_PreviewKeyDown"ResizeMode="NoResize"WindowStartupLocation="CenterOwner"ShowInTaskbar="True">
10
+
Title="Create New Project"Height="680"Width="670"Background="{DynamicResource ThemeDarkestBackground}"PreviewKeyDown="Window_PreviewKeyDown"ResizeMode="NoResize"WindowStartupLocation="CenterOwner"ShowInTaskbar="True">
11
11
12
12
<Grid>
13
13
<Grid.ColumnDefinitions>
@@ -89,7 +89,9 @@
89
89
<Buttonx:Name="btnAuthorizeToken"Style="{StaticResource CustomButton}"Content="Authorize"ToolTip="Open Github to create a token"Height="22"HorizontalAlignment="Right"VerticalAlignment="Top"Margin="6,4,0,0"IsEnabled="False"Width="60"Click="btnAuthorizeToken_Click" />
90
90
<Buttonx:Name="btnDisconnectToken"Style="{StaticResource CustomButton}"Content="Disconnect"ToolTip="Disconnect from Github AND delete saved token"Height="22"HorizontalAlignment="Right"VerticalAlignment="Top"Margin="6,4,0,0"IsEnabled="False"Width="64"Visibility="Collapsed"Click="btnDisconnectToken_Click" />
91
91
</StackPanel>
92
+
92
93
<CheckBoxx:Name="chkEnableVersionControl"Content="Enable Version Control"Foreground="{DynamicResource ThemeButtonForeground}"Margin="0,6,0,6"VerticalAlignment="Center"Checked="chkEnableVersionControl_Checked"Unchecked="chkEnableVersionControl_Checked"/>
<CheckBoxx:Name="chkEnableOrgs"Content="Organization:"ToolTip="Enable Large File Storage and add .gitattributes"Foreground="{DynamicResource ThemeButtonForeground}"Margin="0,8,0,0"VerticalAlignment="Center"IsChecked="True"Checked="chkEnableOrgs_Checked"Unchecked="chkEnableOrgs_Checked"/>
0 commit comments