Skip to content

Commit 0e69fc6

Browse files
committed
Merge pull request #1209 from laanwj/2012_05_hideonshutdown
Hide UI immediately after leaving the main loop
2 parents 4fdc8a6 + 46f552a commit 0e69fc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qt/bitcoin.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ int main(int argc, char *argv[])
282282
#endif
283283
app.exec();
284284

285+
window.hide();
285286
window.setClientModel(0);
286287
window.setWalletModel(0);
287288
guiref = 0;

0 commit comments

Comments
 (0)