updated css for dragonx theme and added as option to settings menu

This commit is contained in:
dan_s
2024-05-08 23:21:51 -05:00
parent 573fba9ba0
commit 0865358171
14 changed files with 521 additions and 96 deletions

View File

@@ -36,7 +36,7 @@ void FirstTimeWizard::slot_change_theme(const QString& theme_name) {
}
catch (...)
{
saved_theme_name = "Dark";
saved_theme_name = "dragonx";
}
QFile qFile(":/css/res/css/" + saved_theme_name +".css");