mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-23 17:59:31 +02:00
disabled change webcam size
This commit is contained in:
@@ -24,21 +24,25 @@
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<q-btn
|
||||
disable
|
||||
class="q-mt-sm q-ml-sm"
|
||||
color="primary"
|
||||
@click="fullscreenToggle"
|
||||
label="Webcam size"
|
||||
/>
|
||||
>
|
||||
<q-tooltip> Coming soon </q-tooltip></q-btn
|
||||
>
|
||||
</div>
|
||||
<div class="col">
|
||||
<q-input
|
||||
disable
|
||||
class="q-pt-sm"
|
||||
dense
|
||||
outlined
|
||||
bottom-slots
|
||||
v-model="iframe"
|
||||
label="iframe url"
|
||||
>
|
||||
><q-tooltip> Coming soon </q-tooltip>
|
||||
<template v-slot:after>
|
||||
<q-btn
|
||||
round
|
||||
|
Reference in New Issue
Block a user