mirror of
https://github.com/Toxblh/MTMR.git
synced 2026-01-09 16:48:38 +00:00
Currency update (#446)
* Added new crypto icons * Added new crypto icons * Create swift.yml * Added new crypto icons * Delete swift.yml * Delete publish.yml * Revert publish.yml --------- Co-authored-by: Anton Palgunov <Toxblh@users.noreply.github.com>
This commit is contained in:
parent
d39b4c0c31
commit
88a4ce82db
@ -38,6 +38,11 @@ class CurrencyBarItem: CustomButtonTouchBarItem {
|
||||
"BTC": "฿",
|
||||
"LTC": "Ł",
|
||||
"ETH": "Ξ",
|
||||
"SOL": "◎",
|
||||
"DOT": "●",
|
||||
"DOGE": "Ð",
|
||||
"XMR": "ɱ",
|
||||
"ADA": "₳"
|
||||
]
|
||||
private let decimals = [
|
||||
"USD": 4,
|
||||
@ -54,9 +59,13 @@ class CurrencyBarItem: CustomButtonTouchBarItem {
|
||||
"MXN": 2,
|
||||
"SGD": 4,
|
||||
"CHF": 4,
|
||||
"BTC": 2,
|
||||
"BTC": 3,
|
||||
"LTC": 2,
|
||||
"ETH": 2,
|
||||
"DOT": 3,
|
||||
"DOGE": 4,
|
||||
"ADA": 3,
|
||||
"USDT": 3
|
||||
]
|
||||
|
||||
init(identifier: NSTouchBarItem.Identifier, interval: TimeInterval, from: String, to: String, full: Bool) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user