From e3a2eb725d078f1ebede47bcc3e8baf06f6f6122 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Fri, 29 Mar 2024 10:45:52 -0400 Subject: [PATCH] Fix barrier creation --- intellihide.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;