Message boxes are themed

This commit is contained in:
Frank Skare
2021-08-25 11:31:20 +02:00
parent 225905ebff
commit d3baa47f93
17 changed files with 1575 additions and 19 deletions

View File

@@ -109,7 +109,7 @@ namespace mpvnet
App.UpdateWpfColors();
if (ThemeConf != GetThemeConf())
Msg.ShowInfo("Changed theme settings require mpv.net being restarted.");
MessageBox.Show("Changed theme settings require mpv.net being restarted.", "Info");
}
string GetCompareString()