mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-06-11 04:33:08 +08:00
Unify Input. Remove hardcoded style (ip whitelist)
This commit is contained in:
parent
55021fc5d9
commit
1faaca90ac
@ -181,7 +181,6 @@ void changeWhiteList({Function()? callback}) async {
|
|||||||
child: TextField(
|
child: TextField(
|
||||||
maxLines: null,
|
maxLines: null,
|
||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
border: isDesktop ? const OutlineInputBorder() : null,
|
|
||||||
errorText: msg.isEmpty ? null : translate(msg),
|
errorText: msg.isEmpty ? null : translate(msg),
|
||||||
),
|
),
|
||||||
controller: controller,
|
controller: controller,
|
||||||
|
Loading…
Reference in New Issue
Block a user