gtk-ng: prevent split button from becoming focused

pull/8136/head
Jeffrey C. Ollie 2025-08-03 13:38:07 -05:00
parent f0272e5fec
commit 83063e5527
No known key found for this signature in database
GPG Key ID: 6F86035A6D97044E
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ template $GhosttyWindow: Adw.ApplicationWindow {
tooltip-text: _("New Tab");
dropdown-tooltip: _("New Split");
menu-model: split_menu;
can-focus: false;
focus-on-click: false;
}
[end]