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
Copy file name to clipboardExpand all lines: UnityLauncherPro/MainWindow.xaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1012,7 +1012,7 @@
1012
1012
<CheckBoxx:Name="chkShowMissingFolderProjects"Content="Show projects that don't exist on disk"Checked="ChkShowMissingFolderProjects_CheckedChanged"Unchecked="ChkShowMissingFolderProjects_CheckedChanged"ToolTip="List in recent projects, even if the project folder is missing"HorizontalAlignment="Left"/>
1013
1013
<CheckBoxx:Name="chkAllowSingleInstanceOnly"Content="Allow single instance only"Checked="ChkAllowSingleInstanceOnly_CheckedChanged"Unchecked="ChkAllowSingleInstanceOnly_CheckedChanged"ToolTip="Activates already running instance, instead of starting new exe (not working if app is minized to taskbar)"HorizontalAlignment="Left"/>
1014
1014
<CheckBoxx:Name="chkEnableProjectRename"Content="Enable Project title rename (F2)"ToolTip="Renames project title only, DOES NOT rename project folder! New name is saved into ProjectSettings/ProjectName.txt"Checked="ChkEnableProjectRename_Checked"Unchecked="ChkEnableProjectRename_Checked"HorizontalAlignment="Left"/>
1015
-
<CheckBoxx:Name="chkAskNameForQuickProject"Content="Ask name for New Project"Checked="ChkAskNameForQuickProject_Checked"Unchecked="ChkAskNameForQuickProject_Checked"ToolTip="If disabled, uses automatic quick project naming"HorizontalAlignment="Left"/>
1015
+
<CheckBoxx:Name="chkAskNameForQuickProject"Content="Ask name for New Project"Checked="ChkAskNameForQuickProject_Checked"Unchecked="ChkAskNameForQuickProject_Checked"ToolTip="If disabled, uses automatic quick project naming (Should be enabled, unless you want instant project creation)"HorizontalAlignment="Left"/>
1016
1016
<CheckBoxx:Name="chkStreamerMode"Content="Streamer Mode (hide project names and folders)"ToolTip="Hide project names and folders in main view"Checked="ChkStreamerMode_Checked"Unchecked="ChkStreamerMode_Checked"HorizontalAlignment="Left"/>
1017
1017
<CheckBoxx:Name="chkShowPlatform"Content="Show current target platform (if exists in .csproj)"ToolTip="Shows target platform column"Checked="ChkShowPlatform_Checked"Unchecked="ChkShowPlatform_Checked"HorizontalAlignment="Left"/>
0 commit comments