mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
feat(apiUrl): fix textbox hint (#521)
This commit is contained in:
parent
922f474b59
commit
ec9ef98981
@ -42,7 +42,7 @@ class SManageApiUrl extends BaseViewModel {
|
|||||||
),
|
),
|
||||||
inputController: _apiUrlController,
|
inputController: _apiUrlController,
|
||||||
label: I18nText('settingsView.selectApiURL'),
|
label: I18nText('settingsView.selectApiURL'),
|
||||||
hint: apiUrl.split('/')[0],
|
hint: apiUrl,
|
||||||
onChanged: (value) => notifyListeners(),
|
onChanged: (value) => notifyListeners(),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user