We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 118e100 commit b120c23Copy full SHA for b120c23
Plugins/Flow.Launcher.Plugin.Program/Languages/en.xaml
@@ -61,7 +61,7 @@
61
Insert file suffixes you want to index. Suffixes should be separated by ';'. (ex>bat;py)
62
</system:String>
63
<system:String x:Key="flowlauncher_plugin_program_protocol_tooltip">
64
- Insert protocols of .url files you want to index. Protocols should be separated by ';'. (ex>ftp;netflix)
+ Insert protocols of .url files you want to index. Protocols should be separated by ';', and should end with "//". (ex>ftp://;mailto://)
65
66
67
<system:String x:Key="flowlauncher_plugin_program_run_as_different_user">Run As Different User</system:String>
0 commit comments