From 5773829fae33cb8647c855f70f997f0e3b3bdb9e Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Wed, 27 Jan 2021 06:26:15 +1100 Subject: [PATCH] add tool tip for quick access context menu --- Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs | 2 ++ Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml | 1 + 2 files changed, 3 insertions(+) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs b/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs index b478be538..f545df08b 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs @@ -75,6 +75,8 @@ namespace Flow.Launcher.Plugin.Explorer return true; }, + SubTitleToolTip = Context.API.GetTranslation("plugin_explorer_contextmenu_titletooltip"), + TitleToolTip = Context.API.GetTranslation("plugin_explorer_contextmenu_titletooltip"), IcoPath = Constants.QuickAccessImagePath }); } diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml index fe79e3140..b9b670742 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml @@ -45,5 +45,6 @@ Add to Quick Access Successfully Added Successfully added to Quick Access + Add to Quick Access so it can be opened with Explorer's Search Activation action keyword \ No newline at end of file