Skip to content

Commit 1112669

Browse files
authored
Merge pull request #2822 from Flow-Launcher/revert-2756-240605-Fix-RightTop-Position
Revert "Fix Window Positioning with Multiple Montiors"
2 parents 0a49c1d + c7b3869 commit 1112669

File tree

5 files changed

+68
-194
lines changed

5 files changed

+68
-194
lines changed

Flow.Launcher.Infrastructure/UserSettings/Point2D.cs

Lines changed: 0 additions & 46 deletions
This file was deleted.

Flow.Launcher.Infrastructure/UserSettings/Settings.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,8 @@ public SearchPrecisionScore QuerySearchPrecision
205205

206206
public bool AutoUpdates { get; set; } = false;
207207

208-
209-
public Point2D WindowPosition { get; set; }
210-
public Point2D PreviousScreen { get; set; }
211-
public Point2D PreviousDpi { get; set; }
208+
public double WindowLeft { get; set; }
209+
public double WindowTop { get; set; }
212210

213211
/// <summary>
214212
/// Custom left position on selected monitor

0 commit comments

Comments
 (0)