diff options
| author | rating89us <45968869+rating89us@users.noreply.github.com> | 2022-09-25 11:12:38 +0200 |
|---|---|---|
| committer | malinero <malinero@protonmail.com> | 2022-09-26 10:18:46 +0200 |
| commit | b801ef594b65053c473ba778552c2db4d020dd82 (patch) | |
| tree | 9414ac99b263ff5611217041451fd5d92567334e /LeftPanel.qml | |
| parent | 57fefba3864502a48095df4b34fc38df06fcca4d (diff) | |
| download | monzero-gui-b801ef594b65053c473ba778552c2db4d020dd82.tar.gz monzero-gui-b801ef594b65053c473ba778552c2db4d020dd82.tar.xz monzero-gui-b801ef594b65053c473ba778552c2db4d020dd82.zip | |
Use different colors for different subaccounts
Diffstat (limited to 'LeftPanel.qml')
| -rw-r--r-- | LeftPanel.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
