fix(external_storage): hide local storage as an option for users

Signed-off-by: Kent Delante <kent.delante@proton.me>
This commit is contained in:
Kent Delante 2026-02-11 15:29:04 +08:00
parent d0bb1275db
commit cb18bee602
3 changed files with 3 additions and 2 deletions

View file

@ -17,6 +17,7 @@ const userMounting = loadState<{
}>('files_external', 'user-mounting')
const availableBackends = loadState<IBackend[]>('files_external', 'backends')
.filter((backend: IBackend) => backend.identifier !== 'local')
const allowUserMounting = ref(userMounting.allowUserMounting)
const allowedBackends = ref<string[]>(userMounting.allowedBackends)

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long