Fixed toggle, made description more generic
This commit is contained in:
parent
2a89743a3d
commit
e1cad034a2
1 changed files with 4 additions and 5 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue