File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -759,6 +759,8 @@ void StartButton_Click(object sender, EventArgs e)
759759 mainForm . comboBoxRoute . SelectedIndex = determineSelectedIndex ( mainForm . comboBoxRoute , route . Start . Route ) ;
760760
761761 mainForm . radioButtonModeActivity . Checked = true ;
762+
763+ mainForm . LoadActivityList ( ) ;
762764 // hardcoded: + Explore in Activity Mode +
763765 mainForm . comboBoxActivity . SelectedIndex = 1 ;
764766
Original file line number Diff line number Diff line change @@ -764,7 +764,6 @@ public void LoadFolderList()
764764 switch ( form . ShowDialog ( this ) )
765765 {
766766 case DialogResult . OK :
767- LoadFolderList ( ) ;
768767 break ;
769768 case DialogResult . Retry :
770769 RestartMenu ( ) ;
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public class ContentSettings : SettingsBase
2727 {
2828 #region User Settings
2929
30- [ Default ( "C:\\ OpenRails " ) ]
30+ [ Default ( "C:\\ OpenRailsRoutes " ) ]
3131 public string InstallPath { get ; set ; }
3232
3333 #endregion
You can’t perform that action at this time.
0 commit comments