diff options
author | João Barbosa <joao.paulo.barbosa@gmail.com> | 2019-01-11 23:49:36 +0000 |
---|---|---|
committer | João Barbosa <joao.paulo.barbosa@gmail.com> | 2019-01-15 16:23:55 +0000 |
commit | fe7048b39bc655d65557ca95dda37c364947ddbf (patch) | |
tree | 036dd18d66a507fc37e6f1802a31bf6de7f1565a /src/qt/bitcoingui.h | |
parent | 8a792611249fdefb31a8c69efd9c5022092e25cf (diff) |
gui: Show current wallet name in window title
Diffstat (limited to 'src/qt/bitcoingui.h')
-rw-r--r-- | src/qt/bitcoingui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index 606c6d375c..4eb5e43f5e 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -243,6 +243,7 @@ public Q_SLOTS: private: /** Set the proxy-enabled icon as shown in the UI. */ void updateProxyIcon(); + void updateWindowTitle(); public Q_SLOTS: #ifdef ENABLE_WALLET |