top most option dynamic resource

This commit is contained in:
01Dri 2025-12-13 22:09:06 -03:00
parent c0b4c67399
commit 8138e71d51

View file

@ -177,6 +177,10 @@
<system:String x:Key="homeToggleBoxToolTip">This can only be edited if plugin supports Home feature and Home Page is enabled.</system:String>
<system:String x:Key="showAtTopmost">Show Search Window at Foremost</system:String>
<system:String x:Key="showAtTopmostToolTip">Overrides other programs' 'Always on Top' setting and displays Flow in the foremost position.</system:String>
<system:String x:Key="autoTopmostOnOpen">Auto Topmost on Open</system:String>
<system:String x:Key="autoTopmostOnOpenToolTip">Set Flow Launcher to be topmost automatically when it is opened.</system:String>
<system:String x:Key="showTaskbarOnInvoke">Show Taskbar when Flow is invoked</system:String>
<system:String x:Key="showTaskbarOnInvokeToolTip">Similar to when using the Win key to open the Windows start menu, this will automatically show the taskbar.</system:String>
<system:String x:Key="autoRestartAfterChanging">Restart after modifying plugin via Plugin Store</system:String>
<system:String x:Key="autoRestartAfterChangingToolTip">Restart Flow Launcher automatically after installing/uninstalling/updating plugin via Plugin Store</system:String>
<system:String x:Key="showUnknownSourceWarning">Show unknown source warning</system:String>