add tool tip for quick access context menu

This commit is contained in:
Jeremy Wu 2021-01-27 06:26:15 +11:00
parent ccc677fd8f
commit 5773829fae
2 changed files with 3 additions and 0 deletions

View file

@ -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
});
}

View file

@ -45,5 +45,6 @@
<system:String x:Key="plugin_explorer_add_to_quickaccess">Add to Quick Access</system:String>
<system:String x:Key="plugin_explorer_addfilefoldersuccess">Successfully Added</system:String>
<system:String x:Key="plugin_explorer_addfilefoldersuccess_detail">Successfully added to Quick Access</system:String>
<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>
</ResourceDictionary>