Skip to content

Commit 15df419

Browse files
committed
- Change list order
- remove comment
1 parent 5e7ee68 commit 15df419

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Flow.Launcher/ViewModel/SettingWindowViewModel.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,7 @@ public string TestProxy()
267267

268268
#region plugin
269269

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";
272271
public PluginViewModel SelectedPlugin { get; set; }
273272

274273
public IList<PluginViewModel> PluginViewModels
@@ -322,8 +321,8 @@ private IList<UserPlugin> LabelMaker(IList<UserPlugin> list)
322321
if (DateAdded <= 7)
323322
{
324323

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.
327326
}
328327
}
329328

0 commit comments

Comments
 (0)