Skip to content

Commit

Permalink
Remove always show image
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Jun 10, 2024
1 parent f34fa31 commit 2f74089
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Widgets/EntryPopover/Generic.vala
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ public abstract class Tasks.Widgets.EntryPopover.Generic<T> : Gtk.EventBox {

var popover_button = new Gtk.MenuButton () {
child = popover_button_box,
popover = popover,
always_show_image = icon_name != null
popover = popover
};
popover_button.get_style_context ().add_class (Gtk.STYLE_CLASS_FLAT);

Expand Down

0 comments on commit 2f74089

Please sign in to comment.