mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat: lock folder action (#19634)
* feat: lock folder action * refactor
This commit is contained in:
parent
e0c4b8df6f
commit
fa418d778b
6 changed files with 143 additions and 3 deletions
|
|
@ -44,7 +44,9 @@ class HomeBottomAppBar extends ConsumerWidget {
|
|||
: const DeletePermanentActionButton(),
|
||||
const EditDateTimeActionButton(),
|
||||
const EditLocationActionButton(),
|
||||
const MoveToLockFolderActionButton(),
|
||||
const MoveToLockFolderActionButton(
|
||||
source: ActionSource.timeline,
|
||||
),
|
||||
const StackActionButton(),
|
||||
],
|
||||
if (multiselect.hasLocal) ...[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue