From 3d76ec02dcfad54425f6b97853f873bb0e6c096f Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 17 Dec 2025 00:34:40 +0100 Subject: [PATCH 1/2] fix(filepicker): use proper folder icons We need AccountGroup instead of just Group (wrong icon). Also its the key icon instead of the lock icon for encryption (to be inline with files app). Also use outlines icons. Signed-off-by: Ferdinand Thiessen --- lib/components/FilePicker/FilePreview.vue | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lib/components/FilePicker/FilePreview.vue b/lib/components/FilePicker/FilePreview.vue index 12d7213bb..b5a461cc1 100644 --- a/lib/components/FilePicker/FilePreview.vue +++ b/lib/components/FilePicker/FilePreview.vue @@ -23,7 +23,7 @@