This commit is contained in:
Keagan McClelland
2021-03-05 14:20:09 -07:00
parent e37db33d62
commit 43035e7271

View File

@@ -101,6 +101,7 @@ lanUiAvailable :: AppManifest -> Bool
lanUiAvailable AppManifest {..} = any id $ fmap portMapEntryLan appManifestPortMapping <&> \case
Just Standard -> True
Just (Custom 443) -> True
Just (Custom 80 ) -> True
_ -> False
instance FromJSON AppManifest where