mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-09 14:18:58 +02:00
Hide UI immediately after leaving the main loop.
Prevents it from seeming to hang during shutdown if shutdown is triggered while the window is open.
This commit is contained in:
committed by
Luke Dashjr
parent
5da2dce524
commit
e38d492822
@@ -205,6 +205,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
app.exec();
|
||||
|
||||
window.hide();
|
||||
guiref = 0;
|
||||
}
|
||||
Shutdown(NULL);
|
||||
|
||||
Reference in New Issue
Block a user