Skip to content

Commit 70ef0bf

Browse files
committed
Ignore Dark Mode for the Update dialog
Looks quite different on Windows and Mono, so temporarily remove Dark Mode until this issue is fixed.
1 parent 285a409 commit 70ef0bf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Sources/Update.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ public static DialogResult NewVersionDialog(Form ParentWindow)
198198
frm.Controls.Add(textBox);
199199

200200
frm.AcceptButton = okButton;
201-
frm.UpdateDarkMode();
202201
return frm.ShowDialog(ParentWindow);
203202
}
204203
}

0 commit comments

Comments
 (0)