Feat v0.6.17 bugfixes (#52)
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit was merged in pull request #52.
This commit is contained in:
@@ -747,6 +747,10 @@ func (h *PackageHandler) ListEnabledSurfaces(c *gin.Context) {
|
||||
if p.Type != "surface" && p.Type != "full" {
|
||||
continue
|
||||
}
|
||||
// Welcome is a fallback surface, not a navigable destination
|
||||
if p.ID == "welcome" {
|
||||
continue
|
||||
}
|
||||
route, _ := p.Manifest["route"].(string)
|
||||
icon, _ := p.Manifest["icon"].(string)
|
||||
enabled = append(enabled, navSurface{
|
||||
|
||||
Reference in New Issue
Block a user