mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove redundent save settings call
This commit is contained in:
parent
976c30e0d2
commit
b03dae638f
1 changed files with 2 additions and 2 deletions
|
|
@ -81,7 +81,7 @@ namespace Flow.Launcher.Plugin.Explorer
|
|||
Context.API.GetTranslation("plugin_explorer_addfilefoldersuccess_detail"),
|
||||
Constants.ExplorerIconImageFullPath);
|
||||
|
||||
Context.API.SaveSettingJsonStorage<Settings>();
|
||||
|
||||
|
||||
return true;
|
||||
},
|
||||
|
|
@ -105,7 +105,7 @@ namespace Flow.Launcher.Plugin.Explorer
|
|||
Context.API.GetTranslation("plugin_explorer_removefilefoldersuccess_detail"),
|
||||
Constants.ExplorerIconImageFullPath);
|
||||
|
||||
Context.API.SaveSettingJsonStorage<Settings>();
|
||||
|
||||
|
||||
return true;
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue