fixed notifications font rendering
This commit is contained in:
@@ -129,11 +129,6 @@ QtObject {
|
||||
// Settings popup and those changes are persisted across restarts.
|
||||
property var cryptoPairs: [{ coin: "bitcoin", currency: "usd" }, { coin: "ethereum", currency: "eur" }, { coin: "monero", currency: "usd" }, { coin: "solana", currency: "brl" }]
|
||||
|
||||
// Legacy fallbacks – used by Crypto.qml when cryptoPairs is absent.
|
||||
// You can leave these as-is; they are derived from the first pair above.
|
||||
property string cryptoCoinId: cryptoPairs[0].coin ?? "bitcoin"
|
||||
property string cryptoVsCurrency: cryptoPairs[0].currency ?? "usd"
|
||||
|
||||
// ── Compact label decimals ────────────────────────────────────────────────
|
||||
// 0 → "80k"
|
||||
// 1 → "80.0k" (default)
|
||||
|
||||
Reference in New Issue
Block a user