Skip to content

Commit b03dae6

Browse files
Remove redundent save settings call
1 parent 976c30e commit b03dae6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public List<Result> LoadContextMenus(Result selectedResult)
8181
Context.API.GetTranslation("plugin_explorer_addfilefoldersuccess_detail"),
8282
Constants.ExplorerIconImageFullPath);
8383

84-
Context.API.SaveSettingJsonStorage<Settings>();
84+
8585

8686
return true;
8787
},
@@ -105,7 +105,7 @@ public List<Result> LoadContextMenus(Result selectedResult)
105105
Context.API.GetTranslation("plugin_explorer_removefilefoldersuccess_detail"),
106106
Constants.ExplorerIconImageFullPath);
107107

108-
Context.API.SaveSettingJsonStorage<Settings>();
108+
109109

110110
return true;
111111
},

0 commit comments

Comments
 (0)