From 0fe8eb51f5025d49b24ecc12e3f4813d699d221c Mon Sep 17 00:00:00 2001 From: DB p Date: Wed, 21 Aug 2024 13:18:29 +0900 Subject: [PATCH 1/2] Add "Enabled" Column in Customize Action Keyword Tab --- .../Languages/en.xaml | 4 ++- .../Views/ExplorerSettings.xaml | 31 +++++++++++++++---- 2 files changed, 28 insertions(+), 7 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml index 0bc9d443725..2b2a7145b1f 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml @@ -26,7 +26,7 @@ Edit Add General Setting - Customise Action Keywords + Customize Action Keywords Quick Access Links Everything Setting Preview Panel @@ -59,6 +59,8 @@ Direct Enumeration File Editor Path Folder Editor Path + Enabled + Disabled Content Search Engine Directory Recursive Search Engine diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml index 001859caaf0..ecd6d1fcade 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml @@ -127,6 +127,7 @@ + + + + + + + + @@ -346,9 +365,9 @@ Grid.Row="3" Grid.Column="1" MinWidth="350" - Margin="0,9,0,6" - ToolTip="{DynamicResource plugin_explorer_Excluded_File_Types_Tooltip}" - Text="{Binding ExcludedFileTypes}" /> + Margin="0 9 0 6" + Text="{Binding ExcludedFileTypes}" + ToolTip="{DynamicResource plugin_explorer_Excluded_File_Types_Tooltip}" /> + ToolTip="{DynamicResource plugin_explorer_Maximum_Results_Tooltip}" /> From 79b509cc383745e804295dd53b879c457a0625c9 Mon Sep 17 00:00:00 2001 From: DB p Date: Wed, 21 Aug 2024 16:20:32 +0900 Subject: [PATCH 2/2] Revert string to "Customise" --- Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml index 2b2a7145b1f..e5fbac2294b 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml @@ -26,7 +26,7 @@ Edit Add General Setting - Customize Action Keywords + Customise Action Keywords Quick Access Links Everything Setting Preview Panel