From 9d37886a3b6ce24f4a4a05193eb0d071655a8457 Mon Sep 17 00:00:00 2001 From: pablomartin4btc Date: Sun, 17 Sep 2023 12:15:36 -0300 Subject: 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. --- src/qt/rpcconsole.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/qt/rpcconsole.h') 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); }; -- cgit v1.2.3