This commit is contained in:
arcbtc
2024-12-18 21:55:54 +00:00
parent 1a6671b4b3
commit acd3b598b7
2 changed files with 4 additions and 6 deletions
+3 -5
View File
@@ -28,10 +28,9 @@
<q-card
:style="$q.screen.lt.md ? {
background: $q.screen.lt.md ? 'none !important': ''
, boxShadow: $q.screen.lt.md ? 'none !important': ''
, margin: $q.screen.lt.md && mobileSimple ? 'auto !important': ''
, width: $q.screen.lt.md && mobileSimple ? '90% !important': ''
} : ''"
, boxShadow: $q.screen.lt.md ? 'none !important': ''
, width: $q.screen.lt.md && mobileSimple ? '90% !important': ''
} : ''"
>
<q-card-section>
<div class="row">
@@ -170,7 +169,6 @@
unelevated
color="secondary"
icon="qr_code_scanner"
:label="$t('scan')"
>
<q-tooltip
><span v-text="$t('camera_tooltip')"></span
+1 -1
View File
@@ -708,7 +708,7 @@ window.app = Vue.createApp({
}
},
updatePayments() {
this.updateFiatBalance(this.g.wallet.currenc)
this.fetchBalance()
},
'update.currency'(newValue) {
this.updateWallet({ currency: newValue })