Address CodeRabbit review and fix CI on embedded-vnc

This commit is contained in:
Viktor Liu
2026-05-23 19:44:21 +02:00
parent bde5c6fdcc
commit 5344b2cf8a
13 changed files with 108 additions and 67 deletions
+1 -1
View File
@@ -433,7 +433,7 @@ func (config *Config) apply(input ConfigInput) (updated bool, err error) {
updated = true
}
} else if config.ServerVNCAllowed == nil {
config.ServerVNCAllowed = util.True()
config.ServerVNCAllowed = util.False()
updated = true
}