We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e896b5 commit 34e868aCopy full SHA for 34e868a
Flow.Launcher.Infrastructure/UserSettings/Settings.cs
@@ -238,6 +238,8 @@ public CustomBrowserViewModel CustomBrowser
238
239
public QuickSwitchFileResultMethods OpenQuickSwitchFileResultMethod { get; set; } = QuickSwitchFileResultMethods.FullPath;
240
241
+ public QuickSwitchWindowPositions QuickSwitchWindowPosition { get; set; } = QuickSwitchWindowPositions.UnderDialog;
242
+
243
[JsonConverter(typeof(JsonStringEnumConverter))]
244
public LOGLEVEL LogLevel { get; set; } = LOGLEVEL.INFO;
245
@@ -507,4 +509,10 @@ public enum QuickSwitchFileResultMethods
507
509
Directory,
508
510
DirectoryAndFileName
511
}
512
513
+ public enum QuickSwitchWindowPositions
514
+ {
515
+ UnderDialog,
516
+ CenterScreen
517
+ }
518
0 commit comments