mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #23 from jjw24/add_save_settingsmenue_close
Save all plugins' settings on closing Settings menu
This commit is contained in:
commit
d30ca2345e
1 changed files with 1 additions and 0 deletions
|
|
@ -318,6 +318,7 @@ namespace Wox
|
||||||
private void OnClosed(object sender, EventArgs e)
|
private void OnClosed(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
_viewModel.Save();
|
_viewModel.Save();
|
||||||
|
PluginManager.Save();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void OnCloseExecuted(object sender, ExecutedRoutedEventArgs e)
|
private void OnCloseExecuted(object sender, ExecutedRoutedEventArgs e)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue