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.cs
+34-2Lines changed: 34 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -384,6 +384,38 @@ void LoadSettings()
384
384
385
385
// update installations folder listbox
386
386
lstRootFolders.Items.Clear();
387
+
388
+
// check if no installation root folders are added, then add default folder(s), this usually happens only on first run (or if user has not added any folders)
0 commit comments