fix(build): comment out unfinished autostart implementation
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user