Skip to content

Commit 5773829

Browse files
committed
add tool tip for quick access context menu
1 parent ccc677f commit 5773829

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ public List<Result> LoadContextMenus(Result selectedResult)
7575

7676
return true;
7777
},
78+
SubTitleToolTip = Context.API.GetTranslation("plugin_explorer_contextmenu_titletooltip"),
79+
TitleToolTip = Context.API.GetTranslation("plugin_explorer_contextmenu_titletooltip"),
7880
IcoPath = Constants.QuickAccessImagePath
7981
});
8082
}

Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@
4545
<system:String x:Key="plugin_explorer_add_to_quickaccess">Add to Quick Access</system:String>
4646
<system:String x:Key="plugin_explorer_addfilefoldersuccess">Successfully Added</system:String>
4747
<system:String x:Key="plugin_explorer_addfilefoldersuccess_detail">Successfully added to Quick Access</system:String>
48+
<system:String x:Key="plugin_explorer_contextmenu_titletooltip">Add to Quick Access so it can be opened with Explorer's Search Activation action keyword</system:String>
4849

4950
</ResourceDictionary>

0 commit comments

Comments
 (0)