Browse Source

fix: remove metadata button

Jonathan Jogenfors 1 year ago
parent
commit
295b848c10

+ 0 - 4
web/src/lib/components/shared-components/create-share-link-modal/create-shared-link-modal.svelte

@@ -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>