mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-25 16:48:48 +00:00
corrected ecash json path
This commit is contained in:
parent
98ce9701a5
commit
bc6185801d
1 changed files with 4 additions and 3 deletions
|
@ -2105,7 +2105,7 @@ class ThemeAssets {
|
||||||
..epicCash =
|
..epicCash =
|
||||||
"$applicationThemesDirectoryPath/$themeId/assets/${json["epicCash"] as String}"
|
"$applicationThemesDirectoryPath/$themeId/assets/${json["epicCash"] as String}"
|
||||||
..eCash =
|
..eCash =
|
||||||
"$applicationThemesDirectoryPath/$themeId/assets/${json["eCash"] as String}"
|
"$applicationThemesDirectoryPath/$themeId/assets/${json["ecash"] as String}"
|
||||||
..ethereum =
|
..ethereum =
|
||||||
"$applicationThemesDirectoryPath/$themeId/assets/${json["ethereum"] as String}"
|
"$applicationThemesDirectoryPath/$themeId/assets/${json["ethereum"] as String}"
|
||||||
..firo =
|
..firo =
|
||||||
|
@ -2127,7 +2127,8 @@ class ThemeAssets {
|
||||||
..epicCashImage =
|
..epicCashImage =
|
||||||
"$applicationThemesDirectoryPath/$themeId/assets/${json["epicCash_image"] as String}"
|
"$applicationThemesDirectoryPath/$themeId/assets/${json["epicCash_image"] as String}"
|
||||||
..eCashImage =
|
..eCashImage =
|
||||||
"$applicationThemesDirectoryPath/$themeId/assets/${json["eCash_image"] as String}"
|
"$applicationThemesDirectoryPath/$themeId/assets/${json["ecash_image"] as String}"
|
||||||
|
"$applicationThemesDirectoryPath/$themeId/assets/${json["ecash_image"] as String}"
|
||||||
..ethereumImage =
|
..ethereumImage =
|
||||||
"$applicationThemesDirectoryPath/$themeId/assets/${json["ethereum_image"] as String}"
|
"$applicationThemesDirectoryPath/$themeId/assets/${json["ethereum_image"] as String}"
|
||||||
..firoImage =
|
..firoImage =
|
||||||
|
@ -2151,7 +2152,7 @@ class ThemeAssets {
|
||||||
..epicCashImageSecondary =
|
..epicCashImageSecondary =
|
||||||
"$applicationThemesDirectoryPath/$themeId/assets/${json["epicCash_image_secondary"] as String}"
|
"$applicationThemesDirectoryPath/$themeId/assets/${json["epicCash_image_secondary"] as String}"
|
||||||
..eCashImageSecondary =
|
..eCashImageSecondary =
|
||||||
"$applicationThemesDirectoryPath/$themeId/assets/${json["eCash_image_secondary"] as String?}"
|
"$applicationThemesDirectoryPath/$themeId/assets/${json["ecash_image_secondary"] as String?}"
|
||||||
..ethereumImageSecondary =
|
..ethereumImageSecondary =
|
||||||
"$applicationThemesDirectoryPath/$themeId/assets/${json["ethereum_image_secondary"] as String}"
|
"$applicationThemesDirectoryPath/$themeId/assets/${json["ethereum_image_secondary"] as String}"
|
||||||
..firoImageSecondary =
|
..firoImageSecondary =
|
||||||
|
|
Loading…
Reference in a new issue