aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.h
diff options
context:
space:
mode:
authorpablomartin4btc <pablomartin4btc@gmail.com>2023-09-17 12:15:36 -0300
committerpablomartin4btc <pablomartin4btc@gmail.com>2023-09-18 00:46:09 -0300
commit9d37886a3b6ce24f4a4a05193eb0d071655a8457 (patch)
treeba601e3ec97b4efcec895247f0ed118c1862acf9 /src/qt/rpcconsole.h
parentf01416e23c9c820517c37003a2a98dd46d1022ba (diff)
downloadbitcoin-9d37886a3b6ce24f4a4a05193eb0d071655a8457.tar.xz
gui: Update Node window title with chain type
Update Node window with the chain type except for mainnet. This replicates the behaviour of the main window.
Diffstat (limited to 'src/qt/rpcconsole.h')
-rw-r--r--src/qt/rpcconsole.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/rpcconsole.h b/src/qt/rpcconsole.h
index 65eef7fbba..358f68c3c8 100644
--- a/src/qt/rpcconsole.h
+++ b/src/qt/rpcconsole.h
@@ -189,6 +189,8 @@ private:
return time_at_event.count() ? GUIUtil::formatDurationStr(time_now - time_at_event) : tr("Never");
}
+ void updateWindowTitle();
+
private Q_SLOTS:
void updateAlerts(const QString& warnings);
};