Skip to content

Commit ba3ccb9

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

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
@@ -79,7 +79,7 @@ int main(int argc, char **argv)
7979
#if defined Q_OS_MAC
8080
style = QStringLiteral("macOS");
8181
#elif defined Q_OS_WIN
82-
style = QStringLiteral("Fusion");
82+
style = QStringLiteral("FluentWinUI3");
8383
#endif
8484

8585
QQuickStyle::setStyle(style);

0 commit comments

Comments
 (0)