diff --git a/intellihide.js b/intellihide.js index ccd2e9f..27d28b6 100644 --- a/intellihide.js +++ b/intellihide.js @@ -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;