[fix:] course list refreshing after automated default loading

This commit is contained in:
2026-03-17 14:10:13 +01:00
parent 6753acc04f
commit 30317dd1bb

View File

@@ -16,6 +16,7 @@ public partial class MainWindow : Window
InitializeComponent(); InitializeComponent();
Settings.ImportInitial(); Settings.ImportInitial();
Instance = this; Instance = this;
RefreshCoursesList();
} }
private void MnuExpSettings_OnClick(object? sender, RoutedEventArgs e) private void MnuExpSettings_OnClick(object? sender, RoutedEventArgs e)