gnome-console: no notifications

This commit is contained in:
Sean Buckley 2023-05-25 13:30:26 -04:00
parent 7d65ed786b
commit f5592c16fb
2 changed files with 8 additions and 0 deletions

View file

@ -9,6 +9,7 @@
else [ ]
) ++ [
./no-close-tab-prompt.patch
./no-notification.patch
./tango.patch
];
});

View file

@ -0,0 +1,7 @@
--- a/src/kgx-tab.c
+++ b/src/kgx-tab.c
@@ -988,3 +988,3 @@ kgx_tab_pop_child (KgxTab *self,
set_status (self, new_status);
-
+ return;
if (!kgx_tab_is_active (self)) {