mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
qml Windows native style is broken on dark mode: switch to Fusion
we will temporarily be using Fusion generic desktop style Close https://github.com/nextcloud/desktop/issues/7215 see upstream Qt bug https://bugreports.qt.io/browse/QTBUG-113469?focusedId=724929&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-724929 they apparently do not plan to fix Windows qml style to support dark mode on Windows 11 Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
parent
cf1a6d75eb
commit
07958ce53f
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ int main(int argc, char **argv)
|
|||
#if defined Q_OS_MAC
|
||||
style = QStringLiteral("macOS");
|
||||
#elif defined Q_OS_WIN
|
||||
style = QStringLiteral("Windows");
|
||||
style = QStringLiteral("Fusion");
|
||||
#endif
|
||||
|
||||
QQuickStyle::setStyle(style);
|
||||
|
|
Loading…
Reference in a new issue