mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 06:52:43 +01:00
fix boolean
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user