fix svelte-check issues

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
Alexander Onnikov 2025-05-30 14:27:14 +07:00
parent 59b8cdb5a1
commit 9b7d6aef9d
No known key found for this signature in database
GPG Key ID: 3320C3B3324E934C

View File

@ -21,8 +21,6 @@
<Label label={plugin.string.CameraSize} />
<DropdownLabelsIntl
items={sizes}
placeholder={plugin.string.CameraSize}
enableSearch={false}
justify={'left'}
width={'100%'}
selected={$recordingCameraSize}
@ -34,8 +32,6 @@
<Label label={plugin.string.CameraPos} />
<DropdownLabelsIntl
items={poses}
placeholder={plugin.string.CameraPos}
enableSearch={false}
justify={'left'}
width={'100%'}
selected={$recordingCameraPosition}