M1ndo / Neptune

Neptune is a mechanical keysound app like Mechvibes except its faster and written in Go
GNU Affero General Public License v3.0
35 stars 1 forks source link

Program persists after closing #9

Open ynot01 opened 3 months ago

ynot01 commented 3 months ago

OS: Windows 11 23H2

Program persisting after closing should have a notification to indicate to end user of this behavior & have a method of reopening (i.e. system tray)

This has the side-effect of persisting sounds after closing the program which could be undesirable & at minimum using resources (though not much) after closing

Reproduction steps:

M1ndo commented 3 months ago

@ynot01 Thanks for the issue, (The app already contains system tray) however its not built-in with it in exe from the release. There have been few issues with it when i was testing, but i'll check it out. if there's no issue i'll rebuild the app and share it with system tray support.

Thanks!