Set fusion style for macos

This commit is contained in:
defnax 2023-12-24 22:01:03 +01:00 committed by GitHub
parent eb4a5a4e4d
commit 4af12b14e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@ void RshareSettings::initSettings()
setDefault(SETTING_STYLE, "GTK+");
#else
#if defined(Q_OS_MAC)
setDefault(SETTING_STYLE, "macintosh (aqua)");
setDefault(SETTING_STYLE, "Fusion");
#else
static QStringList styles = QStyleFactory::keys();
#if defined(Q_OS_WIN)