mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 22:44:50 +02:00
...
This commit is contained in:
@@ -68,7 +68,6 @@ class WindowGroup:
|
||||
self.windows.append(window)
|
||||
|
||||
def move_window_to_top_of_group(self, window: WindowType) -> bool:
|
||||
id
|
||||
try:
|
||||
idx = self.windows.index(window)
|
||||
except ValueError:
|
||||
|
||||
Reference in New Issue
Block a user