Two minor fixes to prevent unused groups lingering in the submenu when a terminal is close/ungrouped.
This commit is contained in:
parent
a30755e670
commit
895226aaa9
|
@ -824,6 +824,7 @@ class Terminator:
|
|||
self.toggle_zoom(widget, not self._maximised)
|
||||
|
||||
if self.remove(widget):
|
||||
self.group_hoover()
|
||||
return True
|
||||
return False
|
||||
|
||||
|
|
Loading…
Reference in New Issue