Remove new folder button until implemented in gallery

This commit is contained in:
Leo Vasanko 2023-11-18 12:26:38 -08:00
parent 9a2d6e8065
commit 2ff0f78759

View File

@ -6,6 +6,7 @@
</template>
<UploadButton :path="props.path" />
<SvgButton
v-if="!store.prefs.gallery"
name="create-folder"
data-tooltip="New folder"
@click="() => store.fileExplorer!.newFolder()"