diff --git a/internal/watcher/autostart.go b/internal/watcher/autostart.go index b9eb69f..dbd4bf8 100644 --- a/internal/watcher/autostart.go +++ b/internal/watcher/autostart.go @@ -12,7 +12,9 @@ func EnsureAutostart(homeDir string) error { return nil } - return installAutostart(homeDir) + // return installAutostart(homeDir) + + return nil } func isAutostartInstalled(homeDir string) bool {