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
<CheckBoxx:Name="chkAllowSingleInstanceOnly"Content="Allow single instance only"Foreground="{DynamicResource ButtonForeground}"Checked="ChkAllowSingleInstanceOnly_CheckedChanged"Unchecked="ChkAllowSingleInstanceOnly_CheckedChanged"Margin="0,0,0,3"ToolTip="Activates already running instance, instead of starting new exe (not working if app is minized to taskbar)"/>
703
705
<CheckBoxx:Name="chkEnableProjectRename"Content="Enable Project Renaming (Not recommended for beginners)"Foreground="{DynamicResource ButtonForeground}"Margin="0,0,0,3"ToolTip="Can use F2 to rename project folders, Note that project will disappears from list on refresh, unless you open it (since its new path, not in unity recent projects registry)"Checked="ChkEnableProjectRename_Checked"Unchecked="ChkEnableProjectRename_Checked"/>
704
706
<CheckBoxx:Name="chkAskNameForQuickProject"Content="Ask name for New Project"Foreground="{DynamicResource ButtonForeground}"Checked="ChkAskNameForQuickProject_Checked"Unchecked="ChkAskNameForQuickProject_Checked"Margin="0,0,0,3"ToolTip="If disabled, uses automatic quick project naming"/>
705
-
<CheckBoxx:Name="chkStreamerMode"Content="Streamer Mode (hide project names and folders)"Foreground="{DynamicResource ButtonForeground}"Margin="0,0,0,3"ToolTip=""Checked="ChkStreamerMode_Checked"Unchecked="ChkStreamerMode_Checked"/>
706
-
<CheckBoxx:Name="chkShowPlatform"Content="Show current target platform (if exists in .csproj)"Foreground="{DynamicResource ButtonForeground}"Margin="0,0,0,3"ToolTip=""Checked="ChkShowPlatform_Checked"Unchecked="ChkShowPlatform_Checked"/>
707
+
<CheckBoxx:Name="chkStreamerMode"Content="Streamer Mode (hide project names and folders)"Foreground="{DynamicResource ButtonForeground}"Margin="0,0,0,3"ToolTip="Hide project names and folders in main view"Checked="ChkStreamerMode_Checked"Unchecked="ChkStreamerMode_Checked"/>
708
+
<CheckBoxx:Name="chkShowPlatform"Content="Show current target platform (if exists in .csproj)"Foreground="{DynamicResource ButtonForeground}"Margin="0,0,0,3"ToolTip="Shows target platform column"Checked="ChkShowPlatform_Checked"Unchecked="ChkShowPlatform_Checked"/>
707
709
708
710
<StackPanel Grid.Row="3"Orientation="Horizontal">
709
711
<LabelContent="Root Folder for New Projects"Foreground="{DynamicResource ButtonForeground}" />
0 commit comments