From 3022e226cea8833d89b0a3856cbabb838e13e32c Mon Sep 17 00:00:00 2001 From: Mathis Maquenne <124215603+mathismqn@users.noreply.github.com> Date: Mon, 18 Aug 2025 11:29:02 +0200 Subject: [PATCH] fix(build): comment out unfinished autostart implementation --- internal/watcher/autostart.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 {