release v2.0.0 #4

Merged
crimsen merged 481 commits from develop into master 2024-01-18 15:15:08 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 6dc70d12f6 - Show all commits

View File

@ -71,8 +71,8 @@
label-cancel="Abbrechen" label-cancel="Abbrechen"
@update:modelValue="savePicture(drinks_props.row)" @update:modelValue="savePicture(drinks_props.row)"
> >
<q-file filled v-model="scope.value"> <q-file v-model="scope.value" filled>
<template v-slot:prepend> <template #prepend>
<q-icon name="attach_file" /> <q-icon name="attach_file" />
</template> </template>
</q-file> </q-file>