apprt/gtk-ng: main menu button shouldn't focus

This commit is contained in:
Mitchell Hashimoto
2025-07-25 12:46:00 -07:00
parent 297e9cb8ab
commit f27fd0f550

View File

@ -29,6 +29,7 @@ template $GhosttyWindow: Adw.ApplicationWindow {
icon-name: "open-menu-symbolic";
menu-model: main_menu;
tooltip-text: _("Main Menu");
can-focus: false;
}
}
}