From f26226393488f7b03d711d18deca7d3a46ef8e6b Mon Sep 17 00:00:00 2001 From: DB p Date: Tue, 20 May 2025 22:07:41 +0900 Subject: [PATCH] Add hyperlink to learn more about file manager usage in settings dialog --- Flow.Launcher/Languages/en.xaml | 1 + Flow.Launcher/SelectFileManagerWindow.xaml | 19 +++++++++++++------ Flow.Launcher/SelectFileManagerWindow.xaml.cs | 10 ++++++++++ 3 files changed, 24 insertions(+), 6 deletions(-) diff --git a/Flow.Launcher/Languages/en.xaml b/Flow.Launcher/Languages/en.xaml index 186f6bd3e..7d1635bab 100644 --- a/Flow.Launcher/Languages/en.xaml +++ b/Flow.Launcher/Languages/en.xaml @@ -367,6 +367,7 @@ Select File Manager Do you use Files? + Learn more Depending on the version, Files may use either "Files" or "Files-stable" as its path. (This can vary depending on which version you're using.) For more details, see: Please specify the file location of the file manager you using and add arguments as required. The "%d" represents the directory path to open for, used by the Arg for Folder field and for commands opening specific directories. The "%f" represents the file path to open for, used by the Arg for File field and for commands opening specific files. For example, if the file manager uses a command such as "totalcmd.exe /A c:\windows" to open the c:\windows directory, the File Manager Path will be totalcmd.exe, and the Arg For Folder will be /A "%d". Certain file managers like QTTabBar may just require a path to be supplied, in this instance use "%d" as the File Manager Path and leave the rest of the fileds blank. diff --git a/Flow.Launcher/SelectFileManagerWindow.xaml b/Flow.Launcher/SelectFileManagerWindow.xaml index fbdc2c3b2..5e01a4a5f 100644 --- a/Flow.Launcher/SelectFileManagerWindow.xaml +++ b/Flow.Launcher/SelectFileManagerWindow.xaml @@ -73,12 +73,19 @@ -