gtk-ng: prevent split button from becoming focused
parent
f0272e5fec
commit
83063e5527
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue