Merge pull request #3512 from grummbeer/fix-shared-dialog-whitelisting

fix. Mobile. Style of input on "whitelist" dialog
This commit is contained in:
RustDesk 2023-03-05 11:13:03 +08:00 committed by GitHub
commit 33e061c29e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,