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

Commit b34f565

Browse files
committed
"Send" in Exception dialog is now hidden if no provide is registered
1 parent cbe2e6d commit b34f565

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Sources/MicSwitch/MainWindow/ViewModels/MainWindowViewModel.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,8 @@ public MainWindowViewModel(
329329

330330
public bool RunAtLogin => startupManager.IsRegistered;
331331

332-
public Size MinSize { get; } = new Size(550, 430);
333-
public Size MaxSize { get; } = new Size(550, 680);
332+
public Size MinSize { get; } = new Size(600, 430);
333+
public Size MaxSize { get; } = new Size(600, 680);
334334
public Size DefaultSize { get; } = new Size(550, 680);
335335

336336
public WindowState WindowState

0 commit comments

Comments
 (0)