Skip to content

Commit

Permalink
fix: 添加配置文件Upgrade到新版本实现持久化
Browse files Browse the repository at this point in the history
  • Loading branch information
Shizuku-Nanami committed Sep 27, 2024
1 parent 0f7c46d commit 260e17e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SYSTools/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ private void NavigateTo(Type navPageType, NavigationTransitionInfo transitionInf

private void MainWindow_Loaded(object sender, RoutedEventArgs e)
{
Properties.Settings.Default.Upgrade();
Properties.Settings.Default.Save();
LoadUserSettings();
}

Expand Down

0 comments on commit 260e17e

Please sign in to comment.