mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove save function from loop
This commit is contained in:
parent
5c90946a6e
commit
a86e7bcaa9
1 changed files with 1 additions and 1 deletions
|
|
@ -83,8 +83,8 @@ namespace Flow.Launcher.Core.Plugin
|
|||
break;
|
||||
}
|
||||
}
|
||||
Save();
|
||||
}
|
||||
Save();
|
||||
}
|
||||
|
||||
public async Task SaveAsync()
|
||||
|
|
|
|||
Loading…
Reference in a new issue