aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorstoffu <stoffu@protonmail.ch>2017-12-18 15:11:26 +0900
committerstoffu <stoffu@protonmail.ch>2017-12-19 11:09:43 +0900
commit48f7102e39918aa683a8fdacef94be339f76edb0 (patch)
treea062b8bcafb27a20c48c6e907a5e44255df7ff13 /main.cpp
parent4ba2672d845e5c3db5d82d5a0825a2d8857f5d85 (diff)
downloadmonzero-gui-48f7102e39918aa683a8fdacef94be339f76edb0.tar.gz
monzero-gui-48f7102e39918aa683a8fdacef94be339f76edb0.tar.xz
monzero-gui-48f7102e39918aa683a8fdacef94be339f76edb0.zip
Call Monero::Utils::onStartup in main.cpp (requires #2952)
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp1
1 files changed, 1 insertions, 0 deletions
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);