@jerry-monitor commented on GitHub (Jun 25, 2026):
The result is this without the time ever updating:
<img width="496" height="29" alt="Image" src="https://githu…
@Stone-Red-Code commented on GitHub (Jun 25, 2026):
I will add the Always On Top option anyway because it's useful, but yeah DesktopMagic isn't for taskbar…
@Stone-Red-Code commented on GitHub (Jun 25, 2026):
Hi this seems to be caused by an issue with your code.
if (oldDateTime.Date == DateTime.Now.Date &&…
@jerry-monitor commented on GitHub (Jun 25, 2026):
Wow, that was silly of me, I could and should have caught that one... I thought I copied that from another…
@Stone-Red-Code commented on GitHub (Jun 25, 2026):
Hi there, are the other plugins working as expected? If so it's probably an issue with your plugin. Can you…
@Stone-Red-Code commented on GitHub (Jun 25, 2026):
Sounds like a good feature, will be included that in the next version!
@jerry-monitor commented on GitHub (Jun 25, 2026):
Thanks for the quick feedback. Here's my code:
using System.Drawing;
using System.Drawing.Text;
usin…
@jerry-monitor commented on GitHub (Jun 25, 2026):
I now see that the goal of DesktopMagic is to stick widgets to the desktop. I see why, and making something to…