oops
This commit is contained in:
parent
8931062a70
commit
9bf44f0b85
1 changed files with 1 additions and 1 deletions
|
|
@ -628,7 +628,7 @@ def layout_action(self, action_name: str, args: Sequence[str], all_windows: Wind
|
|||
count = 0
|
||||
for wid in self.pairs_root.all_window_ids():
|
||||
count += 1
|
||||
if count > 1:
|
||||
if count > 2:
|
||||
break
|
||||
if count > 1:
|
||||
args = args or ('left',)
|
||||
|
|
|
|||
Loading…
Reference in a new issue