From 7d18c3e10cb8f59d9010d6904e8027c568be892d Mon Sep 17 00:00:00 2001 From: DB p Date: Sun, 7 Nov 2021 12:20:15 +0900 Subject: [PATCH] - Add Height Program Plugin Setting Panel - Disable Done Button when Null in TextBoxes - Adjust Dopus Arguments --- .../UserSettings/Settings.cs | 4 +- Flow.Launcher/SelectFileManagerWindow.xaml | 26 ++- .../Views/ProgramSetting.xaml | 171 +++++++++++++----- 3 files changed, 155 insertions(+), 46 deletions(-) diff --git a/Flow.Launcher.Infrastructure/UserSettings/Settings.cs b/Flow.Launcher.Infrastructure/UserSettings/Settings.cs index a91489e60..ce07dc0ea 100644 --- a/Flow.Launcher.Infrastructure/UserSettings/Settings.cs +++ b/Flow.Launcher.Infrastructure/UserSettings/Settings.cs @@ -67,8 +67,8 @@ namespace Flow.Launcher.Infrastructure.UserSettings { Name = "Directory Opus", Path = @"C:\Program Files\GPSoftware\Directory Opus\dopusrt.exe", - DirectoryArgument = "/cmd Go \"%d\"", - FileArgument = "/cmd Go \"%f\"" + DirectoryArgument = "/cmd Go \"%d\" NEW", + FileArgument = "/cmd Go \"%f\" NEW" }, new() diff --git a/Flow.Launcher/SelectFileManagerWindow.xaml b/Flow.Launcher/SelectFileManagerWindow.xaml index 8f5c5079a..85d0d14ce 100644 --- a/Flow.Launcher/SelectFileManagerWindow.xaml +++ b/Flow.Launcher/SelectFileManagerWindow.xaml @@ -106,6 +106,7 @@ FontSize="14" Text="{DynamicResource fileManager_profile_name}" /> + Content="{DynamicResource done}" + ForceCursor="True"> + + + + diff --git a/Plugins/Flow.Launcher.Plugin.Program/Views/ProgramSetting.xaml b/Plugins/Flow.Launcher.Plugin.Program/Views/ProgramSetting.xaml index 9db840ad4..d4cf96e86 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Views/ProgramSetting.xaml +++ b/Plugins/Flow.Launcher.Plugin.Program/Views/ProgramSetting.xaml @@ -1,79 +1,164 @@ - - + + - - - + + + - - - - - + + + + + - -