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 adad5ae commit 9348678Copy full SHA for 9348678
Flow.Launcher/ViewModel/SettingWindowViewModel.cs
@@ -213,7 +213,7 @@ public string TestProxy()
213
214
#region plugin
215
216
- public static string Plugin => "http://www.wox.one/plugin";
+ public static string Plugin => @"https://github.com/Flow-Launcher/Flow.Launcher.PluginsManifest";
217
public PluginViewModel SelectedPlugin { get; set; }
218
219
public IList<PluginViewModel> PluginViewModels
0 commit comments