Skip to content

Commit

Permalink
fix: change deprecated use of property
Browse files Browse the repository at this point in the history
  • Loading branch information
Totto16 committed Sep 25, 2024
1 parent 6a28982 commit cdc4c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/monitorBox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class MonitorBox extends St.BoxLayout {

const _eventBlocker = new Clutter.Actor({ reactive: true });
backgroundStack.add_child(_eventBlocker);
main.uiGroup.add_child(this);
main.layoutManager.uiGroup.add_child(this);
}

open() {
Expand Down

0 comments on commit cdc4c1d

Please sign in to comment.