mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-29 17:39:27 +01:00
fix boolean
This commit is contained in:
parent
100be96fca
commit
6883a556bf
@ -194,7 +194,7 @@ const ServerView: React.FC<{
|
|||||||
selectionColor={colors.text.secondary}
|
selectionColor={colors.text.secondary}
|
||||||
textContentType="URL"
|
textContentType="URL"
|
||||||
placeholder="http://demo.navidrome.org"
|
placeholder="http://demo.navidrome.org"
|
||||||
autoCorrect="false"
|
autoCorrect={false}
|
||||||
autoCapitalize="none"
|
autoCapitalize="none"
|
||||||
value={address}
|
value={address}
|
||||||
onChangeText={setAddress}
|
onChangeText={setAddress}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user