We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a466513 commit 93d5382Copy full SHA for 93d5382
main.cpp
100755
100644
@@ -250,7 +250,6 @@ int main(int argc, char *argv[])
250
while (true)
251
{
252
// QApplication instance is needed to show possible errors
253
- core::WalletApp app(argc, argv);
254
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
255
QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
256
@@ -344,6 +343,7 @@ int main(int argc, char *argv[])
344
343
}
345
346
+ core::WalletApp app(argc, argv);
347
348
if (!deployWalletFilesFromResources() ) {
349
QMessageBox::critical(nullptr, "Error", "Unable to provision or verify resource files during the first run");
0 commit comments