apprt/gtk-ng: remove all shortcuts on tab view

pull/8098/head
Mitchell Hashimoto 2025-07-29 14:57:48 -07:00
parent 2847aeb181
commit 0cc8b6d10f
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ template $GhosttyWindow: Adw.ApplicationWindow {
close-page => $close_page();
page-attached => $page_attached();
page-detached => $page_detached();
shortcuts: none;
}
}
}