From b801ef594b65053c473ba778552c2db4d020dd82 Mon Sep 17 00:00:00 2001 From: rating89us <45968869+rating89us@users.noreply.github.com> Date: Sun, 25 Sep 2022 11:12:38 +0200 Subject: Use different colors for different subaccounts --- LeftPanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LeftPanel.qml') diff --git a/LeftPanel.qml b/LeftPanel.qml index cf56c56b..5fc3c2e7 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -120,7 +120,7 @@ Rectangle { width: 260 height: 135 fillMode: Image.PreserveAspectFit - source: MoneroComponents.Style.blackTheme ? "qrc:///images/card-background-black.png" : "qrc:///images/card-background-white.png" + source: MoneroComponents.Style.blackTheme ? "qrc:///images/card-background-black" + (currentAccountIndex % MoneroComponents.Style.accountColors.length) + ".png" : "qrc:///images/card-background-white.png" } DropShadow { -- cgit v1.2.3