mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
f'GUI: Make liquidv1 the'
This commit is contained in:
parent
0aff67508a
commit
084a2fdc95
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ NetworkStyle::NetworkStyle(const QString &_appName, const int iconColorHueShift,
|
||||||
|
|
||||||
const NetworkStyle* NetworkStyle::instantiate(const std::string& networkId)
|
const NetworkStyle* NetworkStyle::instantiate(const std::string& networkId)
|
||||||
{
|
{
|
||||||
std::string titleAddText = networkId == CBaseChainParams::LIQUIDV1 ? "" : strprintf("[%s]", networkId);
|
std::string titleAddText = networkId == "liquidv1" ? "" : strprintf("[%s]", networkId);
|
||||||
for (unsigned x=0; x<network_styles_count; ++x)
|
for (unsigned x=0; x<network_styles_count; ++x)
|
||||||
{
|
{
|
||||||
if (networkId == network_styles[x].networkId)
|
if (networkId == network_styles[x].networkId)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue