Skip to content

Commit 93d5382

Browse files
committed
https://github.com/mwcproject/mwc-qt-wallet/issues/358
#353
1 parent a466513 commit 93d5382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.cpp

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ int main(int argc, char *argv[])
250250
while (true)
251251
{
252252
// QApplication instance is needed to show possible errors
253-
core::WalletApp app(argc, argv);
254253
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
255254
QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
256255

@@ -344,6 +343,7 @@ int main(int argc, char *argv[])
344343
}
345344
}
346345

346+
core::WalletApp app(argc, argv);
347347

348348
if (!deployWalletFilesFromResources() ) {
349349
QMessageBox::critical(nullptr, "Error", "Unable to provision or verify resource files during the first run");

0 commit comments

Comments
 (0)