Fixed toggle, made description more generic
This commit is contained in:
@@ -400,8 +400,7 @@
|
|||||||
<q-card-section>
|
<q-card-section>
|
||||||
<div class="text-h6">Shop</div>
|
<div class="text-h6">Shop</div>
|
||||||
<div class="text-subtitle2">
|
<div class="text-subtitle2">
|
||||||
Step inside the Leaky Cauldron and enter the Shop. Make this
|
Make a shop of multiple stalls.
|
||||||
market available on Nostr!
|
|
||||||
</div>
|
</div>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
|
|
||||||
@@ -412,7 +411,7 @@
|
|||||||
checked-icon="check"
|
checked-icon="check"
|
||||||
color="green"
|
color="green"
|
||||||
unchecked-icon="clear"
|
unchecked-icon="clear"
|
||||||
label='"Shop" mode (Nostr)'
|
label='"Diagon Alley" mode (Nostr)'
|
||||||
@input="toggleDA"
|
@input="toggleDA"
|
||||||
>
|
>
|
||||||
<q-tooltip>Coming soon...</q-tooltip></q-toggle
|
<q-tooltip>Coming soon...</q-tooltip></q-toggle
|
||||||
@@ -423,9 +422,9 @@
|
|||||||
unelevated
|
unelevated
|
||||||
color="primary"
|
color="primary"
|
||||||
@click="shopDataDownload"
|
@click="shopDataDownload"
|
||||||
>Download Data
|
>Export all Data
|
||||||
<q-tooltip>
|
<q-tooltip>
|
||||||
Download all data (shops, products, orders, etc...)</q-tooltip
|
Export all data (shops, products, orders, etc...)</q-tooltip
|
||||||
></q-btn
|
></q-btn
|
||||||
>
|
>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
|
|||||||
Reference in New Issue
Block a user