Skip to content

Commit a4b8b39

Browse files
committed
make searchprojectpath checkbox checked on load settings
1 parent d73e914 commit a4b8b39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

UnityLauncherPro/MainWindow.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ void LoadSettings()
378378

379379
useHumanFriendlyDateFormat = Properties.Settings.Default.useHumandFriendlyLastModified;
380380
searchProjectPathAlso = Properties.Settings.Default.searchProjectPathAlso;
381+
chkSearchProjectPath.IsChecked = searchProjectPathAlso;
381382

382383
// recent grid column display index order
383384
var order = Properties.Settings.Default.recentColumnsOrder;

0 commit comments

Comments
 (0)