adding checkboxes for dashboards
This commit is contained in:
@@ -296,7 +296,6 @@
|
|||||||
label="Mempool link"
|
label="Mempool link"
|
||||||
>
|
>
|
||||||
</q-input>
|
</q-input>
|
||||||
<br />
|
|
||||||
<q-input
|
<q-input
|
||||||
v-if="toggleStates.advanced"
|
v-if="toggleStates.advanced"
|
||||||
filled
|
filled
|
||||||
@@ -308,6 +307,10 @@
|
|||||||
>The amount of time in seconds between screen updates
|
>The amount of time in seconds between screen updates
|
||||||
</q-tooltip>
|
</q-tooltip>
|
||||||
</q-input>
|
</q-input>
|
||||||
|
<br/>
|
||||||
|
<p v-if="toggleStates.advanced">Gerty Device Dashboards (for Gerty <a target="_blank" href="https://shop.lnbits.com/product/gerty-a-bitcoin-assistant">devices</a>):</p>
|
||||||
|
<br/>
|
||||||
|
<q-checkbox size="xs" v-model="shape" val="xs" label=""></q-checkbox>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user