From 15df419a5e1185ac67853ee97d812b8dfb6b3ec6 Mon Sep 17 00:00:00 2001 From: DB p Date: Sat, 8 Oct 2022 09:47:38 +0900 Subject: [PATCH] - Change list order - remove comment --- Flow.Launcher/ViewModel/SettingWindowViewModel.cs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Flow.Launcher/ViewModel/SettingWindowViewModel.cs b/Flow.Launcher/ViewModel/SettingWindowViewModel.cs index 6e76e31c1..fd0f49c82 100644 --- a/Flow.Launcher/ViewModel/SettingWindowViewModel.cs +++ b/Flow.Launcher/ViewModel/SettingWindowViewModel.cs @@ -267,8 +267,7 @@ namespace Flow.Launcher.ViewModel #region plugin - //public static string Plugin => @"https://github.com/Flow-Launcher/Flow.Launcher.PluginsManifest"; - public static string Plugin => @"https://raw.githubusercontent.com/Flow-Launcher/Flow.Launcher.PluginsManifest/plugin_api_v2/plugins.json"; + public static string Plugin => @"https://github.com/Flow-Launcher/Flow.Launcher.PluginsManifest"; public PluginViewModel SelectedPlugin { get; set; } public IList PluginViewModels @@ -322,8 +321,8 @@ namespace Flow.Launcher.ViewModel if (DateAdded <= 7) { - //item.LabelNew = true; // Add New Label - //item.LabelUpdated = false; // Hide Updated Label when Added New Label. New and Update doesn't show both same time. + item.LabelNew = true; // Add New Label + item.LabelUpdated = false; // Hide Updated Label when Added New Label. New and Update doesn't show both same time. } }