Remove chrome updateRegions call

This commit is contained in:
Charles Gagnon
2025-04-07 12:49:44 -04:00
parent b2b01c4071
commit 423f0a754a

View File

@@ -500,10 +500,6 @@ export const Intellihide = class {
transition: 'easeOutQuad',
onComplete: () => {
this._panelBox.visible = !destination
if (this._panelBox.visible)
Main.layoutManager._queueUpdateRegions()
update()
},
}