Compare commits

...

1 commit

Author SHA1 Message Date
Jonathan Jogenfors
295b848c10 fix: remove metadata button 2023-10-11 10:00:02 +02:00

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>