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
Settings tab: make background focusable (so can click focus away from textbox), New project: lock project name if creating new project from context menu (since it takes folder name), fix project creation inside current folder (instead of creating new project there), rename init method to: "executeMethod UnityLauncherProTools.InitializeProject.Init", Settings: save custom init script values and toggle
<CheckBoxx:Name="chkUseInitScript"Content="Use Init script for new projects"ToolTip="..."HorizontalAlignment="Left"/>
1144
+
<CheckBoxx:Name="chkUseInitScript"Content="Use Init script for new projects"ToolTip="..."HorizontalAlignment="Left"Checked="chkUseInitScript_Checked"Unchecked="chkUseInitScript_Checked"/>
1145
1145
<!--<Label Content="Init script for new projects" Foreground="{DynamicResource ThemeButtonForeground}" HorizontalAlignment="Left" />-->
1146
-
<TextBoxx:Name="txtCustomInitFile"BorderBrush="Transparent"MinWidth="128"ToolTip="Default is InitProject.cs"Padding="0,3,0,0"Margin="5,0,0,0"CaretBrush="{DynamicResource ThemeSearchCaret}"Background="{DynamicResource ThemeTextBoxBackground}"SelectionBrush="{DynamicResource ThemeSearchSelection}"Foreground="{DynamicResource ThemeSearchForeground}"Text="InitProject.cs"PreviewKeyDown="TxtCustomThemeFile_PreviewKeyDown" />
1146
+
<TextBoxx:Name="txtCustomInitFile"BorderBrush="Transparent"MinWidth="128"ToolTip="Default is InitProject.cs"Padding="0,3,0,0"Margin="5,0,0,0"CaretBrush="{DynamicResource ThemeSearchCaret}"Background="{DynamicResource ThemeTextBoxBackground}"SelectionBrush="{DynamicResource ThemeSearchSelection}"Foreground="{DynamicResource ThemeSearchForeground}"Text="InitializeProject.cs"PreviewKeyDown="txtCustomInitFile_PreviewKeyDown"LostFocus="txtCustomInitFile_LostFocus" />
0 commit comments