mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
set shutdown title to main window title
- this ensures we don't show Bitcoin-Qt as that is still our internal application name - fixes #4427
This commit is contained in:
parent
4684c883bb
commit
33c62c9c0b
@ -117,6 +117,7 @@ void ShutdownWindow::showShutdownWindow(BitcoinGUI *window)
|
|||||||
tr("Bitcoin Core is shutting down...") + "<br /><br />" +
|
tr("Bitcoin Core is shutting down...") + "<br /><br />" +
|
||||||
tr("Do not shut down the computer until this window disappears.")));
|
tr("Do not shut down the computer until this window disappears.")));
|
||||||
shutdownWindow->setLayout(layout);
|
shutdownWindow->setLayout(layout);
|
||||||
|
shutdownWindow->setWindowTitle(window->windowTitle());
|
||||||
|
|
||||||
// Center shutdown window at where main window was
|
// Center shutdown window at where main window was
|
||||||
const QPoint global = window->mapToGlobal(window->rect().center());
|
const QPoint global = window->mapToGlobal(window->rect().center());
|
||||||
|
Loading…
Reference in New Issue
Block a user