diff --git a/src/pokerth.cpp b/src/pokerth.cpp index cb2fe7d0..e305615f 100755 --- a/src/pokerth.cpp +++ b/src/pokerth.cpp @@ -100,10 +100,10 @@ int main( int argc, char **argv ) /////// can be removed for non-qt-guis //////////// #ifdef ANDROID - QApplication::setAttribute(Qt::AA_EnableHighDpiScaling); QApplication a(argc, argv); a.setApplicationName("PokerTH"); #else + QApplication::setAttribute(Qt::AA_EnableHighDpiScaling); SharedTools::QtSingleApplication a( "PokerTH", argc, argv ); if (a.sendMessage("Wake up!")) { return 0;