From 48f7102e39918aa683a8fdacef94be339f76edb0 Mon Sep 17 00:00:00 2001 From: stoffu Date: Mon, 18 Dec 2017 15:11:26 +0900 Subject: [PATCH] Call Monero::Utils::onStartup in main.cpp (requires #2952) --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index f9217e00..3e15d373 100644 --- a/main.cpp +++ b/main.cpp @@ -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);