fix: remove metadata button

This commit is contained in:
Jonathan Jogenfors 2023-10-11 10:00:02 +02:00
parent eebe9bcd5f
commit 295b848c10

View file

@ -183,10 +183,6 @@
<SettingInputField inputType={SettingInputFieldType.TEXT} label="Description" bind:value={description} />
</div>
<div class="my-3">
<SettingSwitch bind:checked={showExif} title={'Show metadata'} />
</div>
<div class="my-3">
<SettingSwitch bind:checked={allowDownload} title={'Allow public user to download'} />
</div>