Skip to content
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.

Commit

Permalink
"Send" in Exception dialog is now hidden if no provide is registered
Browse files Browse the repository at this point in the history
  • Loading branch information
iXab3r committed Dec 19, 2021
1 parent cbe2e6d commit b34f565
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ public MainWindowViewModel(

public bool RunAtLogin => startupManager.IsRegistered;

public Size MinSize { get; } = new Size(550, 430);
public Size MaxSize { get; } = new Size(550, 680);
public Size MinSize { get; } = new Size(600, 430);
public Size MaxSize { get; } = new Size(600, 680);
public Size DefaultSize { get; } = new Size(550, 680);

public WindowState WindowState
Expand Down
2 changes: 1 addition & 1 deletion Submodules/PoeEye

0 comments on commit b34f565

Please sign in to comment.