File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -267,8 +267,7 @@ public string TestProxy()
267
267
268
268
#region plugin
269
269
270
- //public static string Plugin => @"https://github.com/Flow-Launcher/Flow.Launcher.PluginsManifest";
271
- public static string Plugin => @"https://raw.githubusercontent.com/Flow-Launcher/Flow.Launcher.PluginsManifest/plugin_api_v2/plugins.json" ;
270
+ public static string Plugin => @"https://github.com/Flow-Launcher/Flow.Launcher.PluginsManifest" ;
272
271
public PluginViewModel SelectedPlugin { get ; set ; }
273
272
274
273
public IList < PluginViewModel > PluginViewModels
@@ -322,8 +321,8 @@ private IList<UserPlugin> LabelMaker(IList<UserPlugin> list)
322
321
if ( DateAdded <= 7 )
323
322
{
324
323
325
- // item.LabelNew = true; // Add New Label
326
- // item.LabelUpdated = false; // Hide Updated Label when Added New Label. New and Update doesn't show both same time.
324
+ item . LabelNew = true ; // Add New Label
325
+ item . LabelUpdated = false ; // Hide Updated Label when Added New Label. New and Update doesn't show both same time.
327
326
}
328
327
}
329
328
You can’t perform that action at this time.
0 commit comments