mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 04:37:37 +02:00
feat(apiUrl): fix textbox hint (#521)
This commit is contained in:

committed by
GitHub

parent
922f474b59
commit
ec9ef98981
@ -42,7 +42,7 @@ class SManageApiUrl extends BaseViewModel {
|
||||
),
|
||||
inputController: _apiUrlController,
|
||||
label: I18nText('settingsView.selectApiURL'),
|
||||
hint: apiUrl.split('/')[0],
|
||||
hint: apiUrl,
|
||||
onChanged: (value) => notifyListeners(),
|
||||
),
|
||||
],
|
||||
|
Reference in New Issue
Block a user