diff options
-rw-r--r-- | src/app/app.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/app/app.cc b/src/app/app.cc index 684a754d..35f72379 100644 --- a/src/app/app.cc +++ b/src/app/app.cc @@ -2784,6 +2784,9 @@ vteapp_window_new(GApplication* app) { return reinterpret_cast<VteappWindow*>(g_object_new(VTEAPP_TYPE_WINDOW, "application", app, +#if VTE_GTK == 4 && GTK_CHECK_VERSION(4, 2, 0) + "handle-menubar-accel", false, +#endif nullptr)); } |