Skip to content

Commit 866d6f8

Browse files
committed
Improve quick switch position description
1 parent 5e22bf7 commit 866d6f8

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Flow.Launcher.Infrastructure/Win32Helper.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -696,8 +696,6 @@ private static bool TryGetNotoFont(string langKey, out string notoFont)
696696

697697
// Edited from: https://github.com/idkidknow/Flow.Launcher.Plugin.DirQuickJump
698698

699-
private static readonly InputSimulator _inputSimulator = new();
700-
701699
internal static bool FileJump(string filePath, HWND dialogHandle, bool forceFileName = false, bool openFile = false)
702700
{
703701
if (forceFileName)

Flow.Launcher/Languages/en.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,8 @@
316316
<system:String x:Key="showQuickSwitchWindowToolTip">Show quick switch search window when file dialogs are open to navigate its path.</system:String>
317317
<system:String x:Key="quickSwitchWindowPosition">Quick Switch Window Position</system:String>
318318
<system:String x:Key="quickSwitchWindowPositionToolTip">Select position for quick switch window</system:String>
319-
<system:String x:Key="QuickSwitchWindowPositionUnderDialog">Fixed in center-bottom of dialogs</system:String>
320-
<system:String x:Key="QuickSwitchWindowPositionFollowDefault">Shown and hidden as search window</system:String>
319+
<system:String x:Key="QuickSwitchWindowPositionUnderDialog">Fixed under dialogs. Displayed after dialogs are created and until it is closed</system:String>
320+
<system:String x:Key="QuickSwitchWindowPositionFollowDefault">Floating as search window. Displayed when activated like search window</system:String>
321321
<system:String x:Key="quickSwitchResultBehaviour">Quick Switch Result Navigation Behaviour</system:String>
322322
<system:String x:Key="quickSwitchResultBehaviourToolTip">Behaviour to navigate file dialogs to paths of the results</system:String>
323323
<system:String x:Key="QuickSwitchResultBehaviourLeftClick">Left click</system:String>

Flow.Launcher/SettingPages/Views/SettingsPaneGeneral.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@
243243
Type="InsideFit">
244244
<ComboBox
245245
MinWidth="120"
246+
MaxWidth="210"
246247
DisplayMemberPath="Display"
247248
ItemsSource="{Binding QuickSwitchWindowPositions}"
248249
SelectedValue="{Binding Settings.QuickSwitchWindowPosition}"

0 commit comments

Comments
 (0)