From 737e99a35afa48b5cc908675be8a0d8fec8cbdf1 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Wed, 27 Feb 2019 19:33:31 +0000 Subject: [PATCH] GUI: Make liquidv1 the "normal title bar" style --- src/qt/networkstyle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qt/networkstyle.cpp b/src/qt/networkstyle.cpp index 8942de3d73..8b9624b3c8 100644 --- a/src/qt/networkstyle.cpp +++ b/src/qt/networkstyle.cpp @@ -80,7 +80,7 @@ NetworkStyle::NetworkStyle(const QString &_appName, const int iconColorHueShift, const NetworkStyle* NetworkStyle::instantiate(const std::string& networkId) { - std::string titleAddText = networkId == CBaseChainParams::MAIN ? "" : strprintf("[%s]", networkId); + std::string titleAddText = networkId == CBaseChainParams::LIQUIDV1 ? "" : strprintf("[%s]", networkId); for (unsigned x=0; x