Skip to content

Commit

Permalink
fix: change action group name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rirusha committed Jul 10, 2024
1 parent 64d69b9 commit 3f29ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/buttons/menu/abstract-menu-button.vala
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ public abstract class Cassette.CustomMenuButton : ShrinkableBin {
content_height = 294
};

dialog.insert_action_group ("track", actions);
dialog.insert_action_group ("actions", actions);

real_button.active = false;

Expand Down

0 comments on commit 3f29ea8

Please sign in to comment.