smblee / parameter-store-manager

A cross platform desktop application that provides an UI to easily view and manage AWS SSM parameters.
MIT License
68 stars 11 forks source link

Font size increase? #162

Open hongkongkiwi opened 3 years ago

hongkongkiwi commented 3 years ago

Whats the easiest way to change the font size to be larger?

smblee commented 3 years ago

We could enable native zoom (since it's a DOM) using web frame? https://www.electronjs.org/docs/api/web-frame

I don't think we have access to this API on current version of electron, so will have to upgrade some dependencies