Open AiEmStylix opened 1 year ago
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.
https://github.com/creewick/MontereyRainmeter/blob/d574645285be8feea040eed3d67b63a3d3eb955a/Extras/Sidebar/Sidebar.ini#L19
You can easily fix this problem by changing the ZPosGroup to 0 (which means "Normal")
LeftMouseUpAction=[!ZPosGroup "0" "Monterey"][!ToggleFadeGroup "Monterey"]
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.
https://github.com/creewick/MontereyRainmeter/blob/d574645285be8feea040eed3d67b63a3d3eb955a/Extras/Sidebar/Sidebar.ini#L19
You can easily fix this problem by changing the ZPosGroup to 0 (which means "Normal")
LeftMouseUpAction=[!ZPosGroup "0" "Monterey"][!ToggleFadeGroup "Monterey"]