Commit 313aa682 authored by Ronan Abhamon's avatar Ronan Abhamon

feat(AppController): force default theme style

parent ecaab0f7
......@@ -23,6 +23,7 @@
#include <QDirIterator>
#include <QFontDatabase>
#include <QMessageBox>
#include <QQuickStyle>
#include "gitversion.h"
......@@ -85,6 +86,7 @@ AppController::AppController (int &argc, char *argv[]) {
QCoreApplication::setApplicationVersion(APPLICATION_VERSION);
mApp = new App(argc, argv);
QQuickStyle::setStyle("Default");
if (mApp->isSecondary()) {
#ifdef Q_OS_MACOS
mApp->processEvents();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment