mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-27 14:59:02 +08:00
no countdown in scam warning of android for custom build
This commit is contained in:
parent
1ffc10e44f
commit
40067f5aa2
@ -227,7 +227,7 @@ class ScamWarningDialog extends StatefulWidget {
|
||||
}
|
||||
|
||||
class ScamWarningDialogState extends State<ScamWarningDialog> {
|
||||
int _countdown = 12;
|
||||
int _countdown = bind.isCustomClient() ? 0 : 12;
|
||||
bool show_warning = false;
|
||||
late Timer _timer;
|
||||
late ServerModel _serverModel;
|
||||
|
Loading…
Reference in New Issue
Block a user