samuelthomas2774 / nxapi

Nintendo Switch Online/Parental Controls app APIs. Show your Nintendo Switch presence in Discord, get friend notifications on desktop, and download and access SplatNet 2, NookLink, SplatNet 3 and Parental Controls data. Mirror of https://gitlab.fancy.org.uk/samuel/nxapi.git.
GNU Affero General Public License v3.0
427 stars 34 forks source link

Fix Task Tray Icon in Dark Mode #71

Closed hilot06 closed 1 year ago

hilot06 commented 1 year ago

This PR is to fix the task tray icon when system is in dark mode (#49). I'm not good at TypeScript and Electron (but I'm good at JS) so if you find anything I missed, please point out.

If the system is dark mode, window.matchMedia('(prefers-color-scheme: night)').matches returns true. If you replace night to light, you'll get true if the system is light mode. This is an outline of this PR. Please see the compare to know all of this PR. I learned how to get the theme state of the system in this page.

hilot06 commented 1 year ago

I noticed we can't see the theme status of task-bar ... It's just get the theme status of SYSTEM, not task-bar.