creewick / uWidgets

Standalone .NET application with a variety of customizable widgets
Other
180 stars 8 forks source link

edit clock bug #7

Closed wahyuabrory closed 2 months ago

wahyuabrory commented 3 months ago

image when I tried to edit the time zone of my clock widget, I was surprised when I didn't see the time zone that I had previously set in the widget settings

creewick commented 2 months ago

Fixed in v0.4.0, please check

wahyuabrory commented 2 months ago

Screenshot 12_08_2024 21_54_17

is this normal behavior? widget task into alt+tab cycle? and also in 0.3+ where I create a widget, it also created in another desktop when I create this widget, right now, it only create in current desktop.

creewick commented 2 months ago

No, this is not expected behaviour. Widget should not be displayed in Alt+Tab or Win+Tab. I already found a fix for that, and will publish it today.

As for desktops: can you please provide more info? Do you mean virtual desktops (spaces) or different displays?

creewick commented 2 months ago

I guess you are talking about virtual desktops. I see that widgets only appear on one desktop right now. But after fixing the bug with Alt+Tab, they appear on every desktops. I guess, these issues are related somehow.

image

I checked the same case with macOS native widgets. It seems, they appear on every virtual space. I will stick to that behaviour in my app as well.

creewick commented 2 months ago

Fixed in v0.4.1

wahyuabrory commented 2 months ago

nice, it works perfectly fine now