mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
Save all plugins' settings on settings menu close
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user