mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
9 lines
281 B
Diff
9 lines
281 B
Diff
|
--- a/src/kgx-pages.c
|
|||
|
+++ b/src/kgx-pages.c
|
|||
|
@@ -487,4 +487,5 @@ close_page (HdyTabView *view,
|
|||
|
children = kgx_tab_get_children (KGX_TAB (hdy_tab_page_get_child (page)));
|
|||
|
|
|||
|
+ return FALSE;
|
|||
|
if (children->len < 1) {
|
|||
|
return FALSE; // Aka no, I don’t want to block closing
|