TorniX0 / OpenTimerResolution

OpenTimerResolution is a lightweight open-source application that changes the timer resolution of the Windows system Timer to a specified value.
https://github.com/TorniX0/OpenTimerResolution
GNU General Public License v2.0
24 stars 3 forks source link

ADD: Display current resolution and "Show" button in system tray. #5

Open Svxy opened 1 year ago

Svxy commented 1 year ago

Displaying current resolution in the system tray would be a handy feature, not to mention a show button so you don't have to exit and restart every time it runs on startup.

TorniX0 commented 1 year ago

not to mention a show button so you don't have to exit and restart every time it runs on startup

To bring the application back from the "minimized-to-tray" state, you have to double-click the tray icon, although a show button will also be added in the next update.

Feature preview:

min (0.5ms) norm (1.0ms) max (15.625ms)

However, this still needs quite a bit of work, if 175% scaling is applied on Windows it ends up looking like this: 175scaling (and there might be other cases of serious icon clipping)