Skip to content

Commit 34e868a

Browse files
committed
Add quick switch window position
1 parent 3e896b5 commit 34e868a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Flow.Launcher.Infrastructure/UserSettings/Settings.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@ public CustomBrowserViewModel CustomBrowser
238238

239239
public QuickSwitchFileResultMethods OpenQuickSwitchFileResultMethod { get; set; } = QuickSwitchFileResultMethods.FullPath;
240240

241+
public QuickSwitchWindowPositions QuickSwitchWindowPosition { get; set; } = QuickSwitchWindowPositions.UnderDialog;
242+
241243
[JsonConverter(typeof(JsonStringEnumConverter))]
242244
public LOGLEVEL LogLevel { get; set; } = LOGLEVEL.INFO;
243245

@@ -507,4 +509,10 @@ public enum QuickSwitchFileResultMethods
507509
Directory,
508510
DirectoryAndFileName
509511
}
512+
513+
public enum QuickSwitchWindowPositions
514+
{
515+
UnderDialog,
516+
CenterScreen
517+
}
510518
}

0 commit comments

Comments
 (0)