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)"/>
662
662
<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"/>
663
663
<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"/>
664
+
<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"/>
664
665
665
666
<StackPanel Grid.Row="3"Orientation="Horizontal">
666
667
<LabelContent="Root Folder for New Projects"Foreground="{DynamicResource ButtonForeground}" />
0 commit comments