mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 10:47:26 -04:00
Display "processing.." splashscreen while wallet initializing
This commit is contained in:
3
main.cpp
3
main.cpp
@@ -72,6 +72,8 @@ int main(int argc, char *argv[])
|
||||
qRegisterMetaType<PendingTransaction::Priority>();
|
||||
|
||||
|
||||
|
||||
|
||||
QQmlApplicationEngine engine;
|
||||
|
||||
OSCursor cursor;
|
||||
@@ -83,6 +85,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
engine.rootContext()->setContextProperty("translationManager", TranslationManager::instance());
|
||||
|
||||
|
||||
// export to QML monero accounts root directory
|
||||
// wizard is talking about where
|
||||
// to save the wallet file (.keys, .bin), they have to be user-accessible for
|
||||
|
||||
Reference in New Issue
Block a user