modkavartini / catppuccin

soothing pastel suite for rainmeter
https://github.com/catppuccin/catppuccin
271 stars 6 forks source link

menu, meneww and calendar disappear when new tab pop up on windows 11 #10

Closed mintrit29 closed 11 months ago

mintrit29 commented 11 months ago

Screenshot 2023-12-07 222637

when I open File Explorer or Chrome or anything pops up on the screen, it will make the widget disappear immediately. image It means the widget auto-unloads what I had loaded

Please help me fix my issue, I love your theme and I want to try them so much. Thank you!!

modkavartini commented 11 months ago

this isn't an issue lol, the popups are supposed to disappear when you click on something else. you can make it otherwise by commenting out the whole [unload] section in the skin file or just simply deleting those lines would do the trick too. for example, for the calendar, you need to right-click > edit skin > and put a ; in front of each of lines 13-19 which constitute the [unload] measure and then save the file, and right-click > refresh skin. have a nice one :3

mkbzas777 commented 11 months ago

thanks for your reply.But when i clik the button on menuww,it still will disappear lol.What should i do to provide this happening?

modkavartini commented 11 months ago

ahh i see, if i'm understanding you correctly, this is also intentional: the popup dismisses itself when you click on any action. you can find it here. just change the afterAction=[] so that it does nothing after an action :3 (sorry for the late reply btw, it's been a busy week)