We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 285a409 commit 70ef0bfCopy full SHA for 70ef0bf
1 file changed
Sources/Update.cs
@@ -198,7 +198,6 @@ public static DialogResult NewVersionDialog(Form ParentWindow)
198
frm.Controls.Add(textBox);
199
200
frm.AcceptButton = okButton;
201
- frm.UpdateDarkMode();
202
return frm.ShowDialog(ParentWindow);
203
}
204
0 commit comments