-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add dynamic icon generation #79
Conversation
I still need to investigate changing the font size based on the current reading, since different readings have different widths. Currently, the icon can fit 3 characters, so all mg/dL readings will work, but while doing some testing I noticed mmol can overflow when the reading is greater than 10.0. |
Quality Gate passedIssues Measures |
This PR adds initial support for dynamic icon generation.
A new setting is available to toggle this, which will be enabled by default on Windows and Linux:
Ref #78