Khiro95 / Awqat-Salaat

A simple Windows widget to show the time of the next prayer alongside a countdown on the taskbar.
MIT License
47 stars 2 forks source link

Windows Update #16

Closed Zsayaaad closed 3 months ago

Zsayaaad commented 3 months ago

After the latest Windows update, I can no longer bring the counter down! image

Khiro95 commented 3 months ago

@Zsayaaad Was it working fine before Windows Update? What is your display scale?

Zsayaaad commented 3 months ago

Yup, it was displaying both, the time of Salah shown in pic above and also the time remaining

Khiro95 commented 3 months ago

Just to be sure, did you double-check that showing countdown option is enabled in Settings?

Also you have to check your display scale, if it's 150% or 200% then the countdown may become clipped (this is a bug and fixed in next update).

Zsayaaad commented 3 months ago

It's already enabled. Changing the scale isn't useful with it.

Zsayaaad commented 3 months ago

image It's now working well without doing anything

Khiro95 commented 3 months ago

Ok, I can repro here in my VM. It's the issue of DPI scale (#14) (it change when display scale change).

For clarification, you have display scale 125% which make UI elements bigger but the widget stays at the same width. So when it shows Maghrib (which is the longest prayer name), there won't be enough space for both columns to show in same line, thus the 2nd column disappear. Now with Isha there is space so 2nd column is back.

Khiro95 commented 3 months ago

@Zsayaaad v3.1 is released now, the issue should be fixed.

Zsayaaad commented 3 months ago

Thank you for creating this awesome tool btw.

Khiro95 commented 3 months ago

Thank you for creating this awesome tool btw.

You are welcome :) I'm happy that you find it awesome.