From aeb92b33d480d2d1633f8ca789f11fb4a767fb5a Mon Sep 17 00:00:00 2001 From: tuxArg <42143259+tuxArg@users.noreply.github.com> Date: Thu, 11 Jun 2026 03:30:32 -0300 Subject: [PATCH] Enable addToAlbum from album view This enables adding to other albums even inside album view --- src/components/SelectionManager.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SelectionManager.vue b/src/components/SelectionManager.vue index 1731ff47d..9389b8f6b 100644 --- a/src/components/SelectionManager.vue +++ b/src/components/SelectionManager.vue @@ -271,7 +271,7 @@ export default defineComponent({ name: t('memories', 'Add to album'), icon: AlbumsIcon, callback: this.addToAlbum.bind(this), - if: (self: any) => self.config.albums_enabled && !self.routeIsAlbums, + if: (self: any) => self.config.albums_enabled, }, { id: 'face-move',