Skip to content

Commit

Permalink
Minecraft 1.17 Fullscreen fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxHeki committed Oct 15, 2021
1 parent 8e1ebc2 commit a49d7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2057,7 +2057,7 @@ export class Ext extends Ecs.System<ExtEvent> {
let actor = window.meta.get_compositor_private();
if (actor) {
if (!window.meta.minimized) {
tiler.auto_tile(this, window, false);
tiler.auto_tile(this, window, true);
}
}
}
Expand Down

0 comments on commit a49d7be

Please sign in to comment.