Fir variable initialization in macos

This commit is contained in:
Luis Ángel San Martín 2018-09-14 15:44:37 +02:00 committed by Luis Ángel San Martín
parent a583242f1d
commit a1f1cca3b3

View File

@ -14,7 +14,7 @@ public:
Theme t;
#ifdef Q_OS_MAC
bool macosNative = false;
bool macosNative = true;
#else
bool macosNative = false;
#endif