Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 0 additions & 46 deletions Flow.Launcher.Infrastructure/UserSettings/Point2D.cs

This file was deleted.

6 changes: 2 additions & 4 deletions Flow.Launcher.Infrastructure/UserSettings/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,8 @@ public SearchPrecisionScore QuerySearchPrecision

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


public Point2D WindowPosition { get; set; }
public Point2D PreviousScreen { get; set; }
public Point2D PreviousDpi { get; set; }
public double WindowLeft { get; set; }
public double WindowTop { get; set; }

/// <summary>
/// Custom left position on selected monitor
Expand Down
Loading