kaelri / enigma

A featured "suite" for the Windows system monitoring application, Rainmeter.
https://www.kaelri.com/project/enigma/
269 stars 93 forks source link

Hide sidebar widget not working #122

Closed IllidanStormrag3 closed 1 year ago

IllidanStormrag3 commented 2 years ago

when I click on the "hide sidebar" widget it doesn't hide the side bars at all

Pythbit commented 1 year ago

Hey, I managed to fix this by going to Edit Skin and changing: LeftMouseUpAction=[![#State1]FadeGroup EnigmaSidebar][!WriteKeyValue Variables State1 [#State2]][!WriteKeyValue Variables State2 [#State1]][!Refresh] To LeftMouseUpAction=[!ToggleFadeGroup EnigmaSidebar][!WriteKeyValue Variables State1 [#State2]][!WriteKeyValue Variables State2 [#State1]][!Refresh]

IllidanStormrag3 commented 1 year ago

that fixed it, thanks a bunch