mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-18 20:04:55 -04:00
Set fusion style for macos
This commit is contained in:
parent
eb4a5a4e4d
commit
4af12b14e1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue