Hide move option from favorite collection
This commit is contained in:
parent
dd65d7971d
commit
b67d3aaa1a
1 changed files with 2 additions and 1 deletions
|
@ -273,7 +273,8 @@ class _GalleryAppBarWidgetState extends State<GalleryAppBarWidget> {
|
|||
);
|
||||
}
|
||||
if (Configuration.instance.hasConfiguredAccount() &&
|
||||
widget.type == GalleryAppBarType.owned_collection) {
|
||||
widget.type == GalleryAppBarType.owned_collection &&
|
||||
widget.collection.type != CollectionType.favorites) {
|
||||
actions.add(
|
||||
Tooltip(
|
||||
message: "move",
|
||||
|
|
Loading…
Add table
Reference in a new issue