GTK cleanups

This commit is contained in:
kramo
2023-05-22 20:25:06 +02:00
parent d6a2108e42
commit 292e1f8f97
4 changed files with 73 additions and 93 deletions

View File

@@ -127,10 +127,7 @@ template $DetailsWindow : Adw.Window {
Gtk.MenuButton exec_info_button {
valign: center;
icon-name: "help-about-symbolic";
accessibility {
label: _("Info");
}
tooltip-text: _("More Info");
popover: Popover {
visible: bind-property exec_info_button.active bidirectional;