We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976c30e commit b03dae6Copy full SHA for b03dae6
Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs
@@ -81,7 +81,7 @@ public List<Result> LoadContextMenus(Result selectedResult)
81
Context.API.GetTranslation("plugin_explorer_addfilefoldersuccess_detail"),
82
Constants.ExplorerIconImageFullPath);
83
84
- Context.API.SaveSettingJsonStorage<Settings>();
+
85
86
return true;
87
},
@@ -105,7 +105,7 @@ public List<Result> LoadContextMenus(Result selectedResult)
105
Context.API.GetTranslation("plugin_explorer_removefilefoldersuccess_detail"),
106
107
108
109
110
111
0 commit comments