fix(autostart): handle disabling when the autostart is already disabled

This commit is contained in:
Lucas Nogueira
2026-09-22 21:56:01 -03:00
parent c8c373b48b
commit 5c78814220
3 changed files with 31 additions and 14 deletions
@@ -0,0 +1,5 @@
---
autostart: patch
---
Fixed `disable()` failing on Windows when autostart is already disabled. It now succeeds, as it does on macOS and Linux.