We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df43935 commit 73b2489Copy full SHA for 73b2489
UnityLauncherPro/MainWindow.xaml.cs
@@ -362,6 +362,7 @@ void LoadSettings()
362
chkQuitAfterOpen.IsChecked = Properties.Settings.Default.closeAfterProject;
363
chkShowLauncherArgumentsColumn.IsChecked = Properties.Settings.Default.showArgumentsColumn;
364
chkShowGitBranchColumn.IsChecked = Properties.Settings.Default.showGitBranchColumn;
365
+ chkCheckPlasticBranch.IsChecked = Properties.Settings.Default.checkPlasticBranch;
366
chkShowMissingFolderProjects.IsChecked = Properties.Settings.Default.showProjectsMissingFolder;
367
chkAllowSingleInstanceOnly.IsChecked = Properties.Settings.Default.AllowSingleInstanceOnly;
368
chkAskNameForQuickProject.IsChecked = Properties.Settings.Default.askNameForQuickProject;
0 commit comments