mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-13 03:16:17 +02:00
fix input style of whitelisting for mobile
This commit is contained in:
parent
de359a731b
commit
2c88e492e2
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ void changeWhiteList({Function()? callback}) async {
|
|||
child: TextField(
|
||||
maxLines: null,
|
||||
decoration: InputDecoration(
|
||||
border: const OutlineInputBorder(),
|
||||
border: isDesktop ? const OutlineInputBorder() : null,
|
||||
errorText: msg.isEmpty ? null : translate(msg),
|
||||
),
|
||||
controller: controller,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue