corrected ecash json path

This commit is contained in:
ryleedavis 2023-05-18 09:02:37 -06:00
parent 98ce9701a5
commit bc6185801d

View file

@ -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 =