We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df6cbca commit c1c0e7bCopy full SHA for c1c0e7b
src/ViewModels/Launcher.cs
@@ -525,6 +525,7 @@ private void SwitchWorkspace(Workspace to)
525
}
526
527
_ignoreIndexChange = false;
528
+ Preferences.Instance.Save();
529
GC.Collect();
530
531
src/Views/Preferences.axaml.cs
@@ -189,6 +189,7 @@ protected override void OnClosing(WindowClosingEventArgs e)
189
new Commands.Config(null).Set($"gpg.{GPGFormat.Value}.program", GPGExecutableFile);
190
191
192
+ ViewModels.Preferences.Instance.Save();
193
base.OnClosing(e);
194
195
0 commit comments