mirror of
https://github.com/gtalent/sc9k.git
synced 2025-01-22 21:03:37 -06:00
Switch Fusion dark theme
This commit is contained in:
parent
88da18a380
commit
ec18a0c507
@ -14,6 +14,7 @@
|
||||
int main(int argc, char *argv[]) {
|
||||
QSettings::setDefaultFormat(QSettings::Format::IniFormat);
|
||||
QApplication a(argc, argv);
|
||||
a.setStyle("fusion");
|
||||
QApplication::setApplicationName(QObject::tr("Slide Controller 9000"));
|
||||
MainWindow w;
|
||||
w.show();
|
||||
|
Loading…
Reference in New Issue
Block a user