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
412 stars 34 forks source link

Broken tray icon on Wayland #109

Open TheRamsWay opened 1 week ago

TheRamsWay commented 1 week ago

With Linux and Wayland, the Electron app's tray icon menu doesn't work. Upgrading Electron's version might be the only thing needed to fix this, as running resources/app/dist/bundle/app-entry.cjs with a system-wide Electron (electron --enable-features=UseOzonePlatform --ozone-platform=wayland ./app-entry.cjs) fixes the tray icon, but makes the app display a default Wayland icon in the window title bar and taskbar.