This commit is contained in:
Violet Caulfield
2025-02-13 15:37:14 -06:00
parent f583d19805
commit 0b00aa7400

View File

@@ -67,7 +67,7 @@ export default function ServerAddress({
return (
<SafeAreaView>
<H2 marginVertical={"$7"} marginHorizontal={"$2"}>Connect to Jellyfin</H2>
<XStack>
<XStack marginBottom={"$7"}>
<SwitchWithLabel
checked={useHttps}
onCheckedChange={(checked) => setUseHttps(checked)}