mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 14:05:58 +03:00
add a QQuickStyle fallback: Fusion is fallback style
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
parent
f4c5151084
commit
4a8d0cf6d7
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ int main(int argc, char **argv)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
QQuickStyle::setStyle(style);
|
QQuickStyle::setStyle(style);
|
||||||
|
QQuickStyle::setFallbackStyle(QStringLiteral("Fusion"));
|
||||||
|
|
||||||
OCC::Application app(argc, argv);
|
OCC::Application app(argc, argv);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue