1
0
mirror of https://github.com/Toxblh/MTMR.git synced 2026-01-11 17:38:38 +00:00

Added new crypto icons

This commit is contained in:
Zaheer 2022-03-01 10:20:55 +05:00
parent 36bf749a46
commit 09bda67916

View File

@ -38,6 +38,11 @@ class CurrencyBarItem: CustomButtonTouchBarItem {
"BTC": "฿", "BTC": "฿",
"LTC": "Ł", "LTC": "Ł",
"ETH": "Ξ", "ETH": "Ξ",
"SOL": "",
"DOT": "",
"DOGE": "Ð",
"XMR": "ɱ",
"ADA": ""
] ]
private let decimals = [ private let decimals = [
"USD": 4, "USD": 4,
@ -54,9 +59,13 @@ class CurrencyBarItem: CustomButtonTouchBarItem {
"MXN": 2, "MXN": 2,
"SGD": 4, "SGD": 4,
"CHF": 4, "CHF": 4,
"BTC": 2, "BTC": 3,
"LTC": 2, "LTC": 2,
"ETH": 2, "ETH": 2,
"DOT": 3,
"DOGE": 4,
"ADA": 3,
"USDT": 3
] ]
init(identifier: NSTouchBarItem.Identifier, interval: TimeInterval, from: String, to: String, full: Bool) { init(identifier: NSTouchBarItem.Identifier, interval: TimeInterval, from: String, to: String, full: Bool) {