Merge pull request #1029

48f7102 Call Monero::Utils::onStartup in main.cpp (requires #2952)
This commit is contained in:
luigi1111 2017-12-27 12:48:58 -05:00
commit 62b6a37483
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -70,6 +70,7 @@ void messageHandler(QtMsgType type, const QMessageLogContext &context, const QSt
int main(int argc, char *argv[])
{
Monero::Utils::onStartup();
// // Enable high DPI scaling on windows & linux
//#if !defined(Q_OS_ANDROID) && QT_VERSION >= 0x050600
// QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling);