mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 00:59:28 +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}
|
||||
textContentType="URL"
|
||||
placeholder="http://demo.navidrome.org"
|
||||
autoCorrect="false"
|
||||
autoCorrect={false}
|
||||
autoCapitalize="none"
|
||||
value={address}
|
||||
onChangeText={setAddress}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user