creewick/MontereyRainmeter

Sidebar Issue

Opened this issue · 0 comments

Basically, you set the Montery Group's position when left clicked to "On Top", thats why when you show widgets, its got stuck on the foreground and not remain in the background.

LeftMouseUpAction=[!ZPosGroup "1" "Monterey"][!ToggleFadeGroup "Monterey"]

You can easily fix this problem by changing the ZPosGroup to 0 (which means "Normal")

LeftMouseUpAction=[!ZPosGroup "0" "Monterey"][!ToggleFadeGroup "Monterey"]