Skip to content

Commit

Permalink
Set accessible label
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Sep 5, 2024
1 parent 5550a28 commit 9f9d78d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Widgets/PopoverMenuitem.vala
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ class Tasks.PopoverMenuitem : Gtk.Button {
child = new Granite.AccelLabel (value) {
action_name = this.action_name
};

get_accessible ().accessible_name = value;
}
}

Expand Down

0 comments on commit 9f9d78d

Please sign in to comment.