From b93aa8ecf0873bc399d6ba840882f70b27a436d3 Mon Sep 17 00:00:00 2001 From: DB p Date: Sun, 21 Apr 2024 17:21:17 +0900 Subject: [PATCH] - Change CustomQueryHotkey's HotkeyControl to popup - Remove WelcomePage2's Hotkeycontrol --- Flow.Launcher/CustomQueryHotkeySetting.xaml | 23 +++++----------- .../CustomQueryHotkeySetting.xaml.cs | 5 ---- .../Resources/Pages/WelcomePage2.xaml | 18 ++++++------- .../Resources/Pages/WelcomePage2.xaml.cs | 26 ------------------- Flow.Launcher/SettingWindow.xaml | 6 ++--- 5 files changed, 19 insertions(+), 59 deletions(-) diff --git a/Flow.Launcher/CustomQueryHotkeySetting.xaml b/Flow.Launcher/CustomQueryHotkeySetting.xaml index db6269f16..de7b57b91 100644 --- a/Flow.Launcher/CustomQueryHotkeySetting.xaml +++ b/Flow.Launcher/CustomQueryHotkeySetting.xaml @@ -78,7 +78,7 @@ Margin="0,20,0,0" Source="/Images/illustration_01.png" /> - + @@ -97,25 +97,16 @@ VerticalAlignment="Center" FontSize="14" Text="{DynamicResource hotkey}" /> - - - + HorizontalContentAlignment="Left" + DefaultHotkey="" />