Make fix precisely for Linux

This commit is contained in:
vladest 2017-09-28 21:38:03 +02:00
parent 0a9bebeefc
commit c3225c2c76

View file

@ -49,7 +49,7 @@ int main(int argc, const char* argv[]) {
CrashReporter crashReporter { BUG_SPLAT_DATABASE, BUG_SPLAT_APPLICATION_NAME, BuildInfo::VERSION };
#endif
#ifdef Q_OS_UNIX
#ifdef Q_OS_LINUX
QApplication::setAttribute(Qt::AA_DontUseNativeMenuBar);
#endif