Skip to content

Commit ee60b64

Browse files
committed
fix: Window opening on dual screen pop-os#1183
1 parent a49d7be commit ee60b64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/auto_tiler.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -686,8 +686,8 @@ export class AutoTiler {
686686
}
687687

688688
return onto.meta.get_monitor() == win.meta.get_monitor() && onto.workspace_id() == win.workspace_id()
689-
? Ok(onto)
690-
: Err('window is not on the same monitor or workspace');
689+
? Ok(onto)
690+
: Err('window is not on the same monitor or workspace');
691691
}
692692

693693
private toggle_orientation_(ext: Ext, focused: ShellWindow): Result<void, string> {

0 commit comments

Comments
 (0)