mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +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 =
|
||||
"$applicationThemesDirectoryPath/$themeId/assets/${json["epicCash"] as String}"
|
||||
..eCash =
|
||||
"$applicationThemesDirectoryPath/$themeId/assets/${json["eCash"] as String}"
|
||||
"$applicationThemesDirectoryPath/$themeId/assets/${json["ecash"] as String}"
|
||||
..ethereum =
|
||||
"$applicationThemesDirectoryPath/$themeId/assets/${json["ethereum"] as String}"
|
||||
..firo =
|
||||
|
@ -2127,7 +2127,8 @@ class ThemeAssets {
|
|||
..epicCashImage =
|
||||
"$applicationThemesDirectoryPath/$themeId/assets/${json["epicCash_image"] as String}"
|
||||
..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 =
|
||||
"$applicationThemesDirectoryPath/$themeId/assets/${json["ethereum_image"] as String}"
|
||||
..firoImage =
|
||||
|
@ -2151,7 +2152,7 @@ class ThemeAssets {
|
|||
..epicCashImageSecondary =
|
||||
"$applicationThemesDirectoryPath/$themeId/assets/${json["epicCash_image_secondary"] as String}"
|
||||
..eCashImageSecondary =
|
||||
"$applicationThemesDirectoryPath/$themeId/assets/${json["eCash_image_secondary"] as String?}"
|
||||
"$applicationThemesDirectoryPath/$themeId/assets/${json["ecash_image_secondary"] as String?}"
|
||||
..ethereumImageSecondary =
|
||||
"$applicationThemesDirectoryPath/$themeId/assets/${json["ethereum_image_secondary"] as String}"
|
||||
..firoImageSecondary =
|
||||
|
|
Loading…
Reference in a new issue