Skip to content

Commit

Permalink
yeah just dont hook in at all to tile changes right now
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroxoneafour committed Mar 24, 2024
1 parent e7f4a5d commit 74801c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/actions/windowhooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class WindowHooks {
window.desktopsChanged.connect(this.desktopChanged.bind(this));
window.activitiesChanged.connect(this.desktopChanged.bind(this));
window.outputChanged.connect(this.desktopChanged.bind(this));
window.frameGeometryChanged.connect(this.frameGeometryChanged.bind(this));
//window.frameGeometryChanged.connect(this.frameGeometryChanged.bind(this));
window.fullScreenChanged.connect(this.fullscreenChanged.bind(this));
window.minimizedChanged.connect(this.minimizedChanged.bind(this));
window.maximizedAboutToChange.connect(this.maximizedChanged.bind(this));
Expand Down

0 comments on commit 74801c7

Please sign in to comment.