From a26851e40196bcf983fc4afe1114e7cb488b9df5 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Tue, 19 Sep 2017 14:39:47 +0200 Subject: [PATCH] Blank line. --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 839aa0b68..410a20754 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -86,6 +86,7 @@ int main(int argc, char* argv[]) { application.setFeedReader(new FeedReader(&application)); QApplication::setAttribute(Qt::AA_UseHighDpiPixmaps); QApplication::setAttribute(Qt::AA_EnableHighDpiScaling); + #ifdef Q_OS_MAC QApplication::setAttribute(Qt::AA_DontShowIconsInMenus); disableWindowTabbing();