The auto-launch checkbox in the footer can drift out of sync with the real state if appLauncher.enable() or disable() fails in src/main.js.
Right now there is no visible error feedback and no rollback if the IPC call fails, so users may think startup registration worked when it did not.
Please surface failures in the UI and keep the toggle state accurate.
The auto-launch checkbox in the footer can drift out of sync with the real state if
appLauncher.enable()ordisable()fails insrc/main.js.Right now there is no visible error feedback and no rollback if the IPC call fails, so users may think startup registration worked when it did not.
Please surface failures in the UI and keep the toggle state accurate.