From 423f0a754ae1417ddef32d970d682e41afe4d6af Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Mon, 7 Apr 2025 12:49:44 -0400 Subject: [PATCH] Remove chrome updateRegions call --- src/intellihide.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/intellihide.js b/src/intellihide.js index b19faec..33085d8 100644 --- a/src/intellihide.js +++ b/src/intellihide.js @@ -500,10 +500,6 @@ export const Intellihide = class { transition: 'easeOutQuad', onComplete: () => { this._panelBox.visible = !destination - - if (this._panelBox.visible) - Main.layoutManager._queueUpdateRegions() - update() }, }