Skip to content

Commit cb18bee

Browse files
author
Kent Delante
committed
fix(external_storage): hide local storage as an option for users
Signed-off-by: Kent Delante <kent.delante@proton.me>
1 parent d0bb127 commit cb18bee

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

apps/files_external/src/components/UserMountSettings.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const userMounting = loadState<{
1717
}>('files_external', 'user-mounting')
1818
1919
const availableBackends = loadState<IBackend[]>('files_external', 'backends')
20+
.filter((backend: IBackend) => backend.identifier !== 'local')
2021
const allowUserMounting = ref(userMounting.allowUserMounting)
2122
const allowedBackends = ref<string[]>(userMounting.allowedBackends)
2223

0 commit comments

Comments
 (0)