Remove redundent save settings call

This commit is contained in:
VictoriousRaptor 2025-07-18 21:17:48 +08:00
parent 976c30e0d2
commit b03dae638f

View file

@ -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;
},