mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-29 01:39:19 +00:00
feat(AppController): force default theme style
This commit is contained in:
parent
ecaab0f73d
commit
313aa68273
1 changed files with 2 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue