From 4556d5d9e6f579c966630fb296913b291f31f65f Mon Sep 17 00:00:00 2001 From: CharlesG Date: Tue, 10 Mar 2020 10:27:25 -0400 Subject: [PATCH] Prevent icon animation when revealing panel --- intellihide.js | 1 + 1 file changed, 1 insertion(+) diff --git a/intellihide.js b/intellihide.js index fcffe1e..0a8a5df 100644 --- a/intellihide.js +++ b/intellihide.js @@ -357,6 +357,7 @@ var Intellihide = Utils.defineClass({ _revealPanel: function(immediate) { this._panelBox.visible = true; + this._dtpPanel.taskbar._shownInitially = false; this._animatePanel(0, immediate); },