rustdesk 2023-01-07 13:12:51 +08:00
parent c1f983a952
commit 6ebe25a6ba

View File

@ -184,6 +184,7 @@ class _ConnectionPageState extends State<ConnectionPage>
cursorColor:
Theme.of(context).textTheme.titleLarge?.color,
decoration: InputDecoration(
counterText: '',
hintText: _idInputFocused.value
? null
: translate('Enter Remote ID'),