We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d73e914 commit a4b8b39Copy full SHA for a4b8b39
UnityLauncherPro/MainWindow.xaml.cs
@@ -378,6 +378,7 @@ void LoadSettings()
378
379
useHumanFriendlyDateFormat = Properties.Settings.Default.useHumandFriendlyLastModified;
380
searchProjectPathAlso = Properties.Settings.Default.searchProjectPathAlso;
381
+ chkSearchProjectPath.IsChecked = searchProjectPathAlso;
382
383
// recent grid column display index order
384
var order = Properties.Settings.Default.recentColumnsOrder;
0 commit comments