Skip to content

Commit

Permalink
use new in Qt6.8 windows fluent style
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Gallien <[email protected]>
  • Loading branch information
mgallien committed Oct 25, 2024
1 parent 61af238 commit df467f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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("Fusion");
style = QStringLiteral("FluentWinUI3");
#endif

QQuickStyle::setStyle(style);
Expand Down

0 comments on commit df467f7

Please sign in to comment.