Skip to content

Commit 169d379

Browse files
committed
Merge #8046: [Qt][OSX] Fix Cmd-Q / Menu Quit shutdown on OSX
34ebceb [Qt][OSX] Fix Cmd-Q / Menu Quit shutdown on OSX (Jonas Schnelli)
2 parents 7c8558d + 34ebceb commit 169d379

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
@@ -370,6 +370,7 @@ void BitcoinApplication::createSplashScreen(const NetworkStyle *networkStyle)
370370
splash->setAttribute(Qt::WA_DeleteOnClose);
371371
splash->show();
372372
connect(this, SIGNAL(splashFinished(QWidget*)), splash, SLOT(slotFinish(QWidget*)));
373+
connect(this, SIGNAL(requestedShutdown()), splash, SLOT(close()));
373374
}
374375

375376
void BitcoinApplication::startThread()

0 commit comments

Comments
 (0)