Skip to content

Commit 07daf46

Browse files
committed
use new in Qt6.8 windows fluent style
Signed-off-by: Matthieu Gallien <[email protected]>
1 parent a5b6df9 commit 07daf46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ int main(int argc, char **argv)
7676
#if defined Q_OS_MAC
7777
style = QStringLiteral("macOS");
7878
#elif defined Q_OS_WIN
79-
style = QStringLiteral("Fusion");
79+
style = QStringLiteral("FluentWinUI3");
8080
#endif
8181

8282
QQuickStyle::setStyle(style);

0 commit comments

Comments
 (0)