From 1d9fa902bceb03db760491bd64d6cc775480a926 Mon Sep 17 00:00:00 2001 From: DB p Date: Sat, 4 Mar 2023 04:24:06 +0900 Subject: [PATCH 1/7] Fix Dark Text Color in Everything Panel --- .../Views/ExplorerSettings.xaml | 24 ++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml index d37772f7d..153a8eb7e 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml @@ -178,7 +178,7 @@ - + + SelectedItem="{Binding SelectedIndexSearchEngine}" /> + SelectedItem="{Binding SelectedContentSearchEngine}" /> @@ -349,13 +349,15 @@ Style="{DynamicResource ExplorerTabItem}"> - - + - + IsChecked="{Binding Settings.EverythingSearchFullPath}" /> From 2a64f68121ec9d7fdaed9f6e0e362118b43a93a2 Mon Sep 17 00:00:00 2001 From: DB P Date: Sat, 4 Mar 2023 06:08:48 +0900 Subject: [PATCH 2/7] Fix Wikipedia typo in readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f4f00388e..896d81e8a 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,8 @@ And you can download - + + ### Browser Bookmarks From 520ef3777f618dc143371d1278c7bc199551277c Mon Sep 17 00:00:00 2001 From: Hongtao Date: Sat, 4 Mar 2023 14:17:22 -0600 Subject: [PATCH 3/7] Remove Obsolete Property and use Status Property for Sorting --- .../SearchSource.cs | 3 +++ .../SettingsControl.xaml | 18 +++--------------- 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/SearchSource.cs b/Plugins/Flow.Launcher.Plugin.WebSearch/SearchSource.cs index caed3f16c..e489cb19f 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/SearchSource.cs +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/SearchSource.cs @@ -35,6 +35,9 @@ namespace Flow.Launcher.Plugin.WebSearch } public string Url { get; set; } + + [JsonIgnore] + public bool Status => Enabled; public bool Enabled { get; set; } public SearchSource DeepCopy() diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/SettingsControl.xaml b/Plugins/Flow.Launcher.Plugin.WebSearch/SettingsControl.xaml index b9ca47e4f..a3e6dacc6 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/SettingsControl.xaml +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/SettingsControl.xaml @@ -69,23 +69,11 @@ - - - - - - + Header="{DynamicResource flowlauncher_plugin_websearch_action_keyword}"/> - - - - - - + Header="{DynamicResource flowlauncher_plugin_websearch_title}"/> @@ -94,7 +82,7 @@