fix: Add autofocus to server url input on settings modal

This commit is contained in:
Vinicius Zucatti 2023-02-05 18:55:59 -03:00
parent 1447b6ce20
commit b680f22b9e

View file

@ -594,6 +594,7 @@ const Settings = () => {
onCloseRequest={closeConfigureServerUrlModal}>
<TextInput
ref={configureServerUrlInputRef}
autoFocus={true}
className={styles['server-url-input']}
type={'text'}
defaultValue={streamingServerUrlInput.value}