mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove Save in OnDeactivated
This commit is contained in:
parent
7a0ef5c68a
commit
8f1a9bfa94
1 changed files with 0 additions and 1 deletions
|
|
@ -316,7 +316,6 @@ namespace Flow.Launcher
|
|||
|
||||
private async void OnDeactivated(object sender, EventArgs e)
|
||||
{
|
||||
_viewModel.Save();
|
||||
// need time to initialize the main query window animation
|
||||
if (_settings.UseAnimation)
|
||||
await Task.Delay(100);
|
||||
|
|
|
|||
Loading…
Reference in a new issue