Fix barrier creation

This commit is contained in:
Charles Gagnon
2024-03-29 10:45:52 -04:00
parent 0a43a95fde
commit e3a2eb725d

View File

@@ -263,7 +263,7 @@ export const Intellihide = class {
_createBarrier() {
let position = this._dtpPanel.geom.position;
let opts = { display: global.display };
let opts = { backend: global.backend };
if (this._dtpPanel.checkIfVertical()) {
opts.y1 = this._monitor.y;