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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -902,6 +902,7 @@
902
902
<CheckBoxx:Name="useUnofficialReleaseList"Content="Use Unofficial Release Watch List (for latest downloads)"ToolTip="Checks latest releases from https://github.com/unitycoder/UnofficialUnityReleasesWatcher (if not yet available in The Unity Releases API)"Checked="useUnofficialReleaseList_Checked"Unchecked="useUnofficialReleaseList_Checked"/>
903
903
<CheckBoxx:Name="chkDisableUnityHubLaunch"Content="Disable UnityHub launch at Editor start"ToolTip="Overrides UnityHub IPC port. Note: You will be logged out in Editor!"Checked="chkDisableUnityHubLaunch_Checked"Unchecked="chkDisableUnityHubLaunch_Checked"/>
904
904
<CheckBoxx:Name="chkFetchAdditionalInfo"Content="Fetch additional info about Editor"ToolTip="Reads releases API for security related info"Checked="chkFetchAdditionalInfo_Checked"Unchecked="chkFetchAdditionalInfo_Checked"/>
<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"/>
<ButtonStyle="{StaticResource CustomButton}"ToolTip="Fetch list of templates"x:Name="btnFetchTemplates"Content="⟳"Height="22"Width="26"HorizontalAlignment="Right"VerticalAlignment="Center"FontSize="16"Margin="20,0,0,0"Padding="1,-2,1,1"BorderBrush="{x:Null}"Click="btnFetchTemplates_Click"/>
0 commit comments