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.
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.
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.