diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2017-12-27 12:48:58 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2017-12-27 12:48:58 -0500 |
| commit | 62b6a37483448c035ee97f13a2bba106b2d38c83 (patch) | |
| tree | ef44e9fe9278a509e791c1ecac84b0692fd22cd2 /main.cpp | |
| parent | 64ce0e62e230e9abfa7458ab21c5e178b1e14a1b (diff) | |
| parent | 48f7102e39918aa683a8fdacef94be339f76edb0 (diff) | |
| download | monzero-gui-62b6a37483448c035ee97f13a2bba106b2d38c83.tar.gz monzero-gui-62b6a37483448c035ee97f13a2bba106b2d38c83.tar.xz monzero-gui-62b6a37483448c035ee97f13a2bba106b2d38c83.zip | |
Merge pull request #1029
48f7102 Call Monero::Utils::onStartup in main.cpp (requires #2952)
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |
