fix(build): comment out unfinished autostart implementation

This commit is contained in:
Mathis Maquenne
2025-08-18 11:29:02 +02:00
parent c4329431b5
commit 3022e226ce
+3 -1
View File
@@ -12,7 +12,9 @@ func EnsureAutostart(homeDir string) error {
return nil return nil
} }
return installAutostart(homeDir) // return installAutostart(homeDir)
return nil
} }
func isAutostartInstalled(homeDir string) bool { func isAutostartInstalled(homeDir string) bool {