Indexing: Disable "convert to jpeg" if library is read only
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
592a6eac7a
commit
eb7f742d9a
1 changed files with 1 additions and 2 deletions
|
@ -22,11 +22,10 @@
|
|||
:label="labels.skipUnchanged"
|
||||
></v-checkbox>
|
||||
<v-checkbox
|
||||
v-if="!readonly"
|
||||
class="ma-0 pa-0"
|
||||
v-model="options.convertRaw"
|
||||
color="secondary-dark"
|
||||
:disabled="busy"
|
||||
:disabled="busy || readonly"
|
||||
:label="labels.convertRaw"
|
||||
></v-checkbox>
|
||||
<v-checkbox
|
||||
|
|
Loading…
Add table
Reference in a new issue