richrace / arctis-monitor

Electron Tray application to view Battery Level of Arctis Headsets
MIT License
12 stars 2 forks source link

Run on Windows #1

Closed atagulalan closed 1 year ago

atagulalan commented 3 years ago

Hello again, richrace! 😄

I've made some changes to make it run on Windows. I added electron-tray-window because taskbar is generally located bottom of the screen and it was simply impossible to see window contents before this change.

Also, app.dock returns undefied in Windows, so i had to wrap it in if block to prevent running that code on Windows.

Thank you for your excellent work.

richrace commented 1 year ago

Closing this in favour of https://github.com/richrace/arctis-monitor/pull/3