Update server_page.dart

change countdown to 12
This commit is contained in:
RustDesk 2023-09-13 10:19:43 +08:00 committed by GitHub
parent d4f4a64937
commit 4c4c62c7e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -242,7 +242,7 @@ class ScamWarningDialog extends StatefulWidget {
}
class _ScamWarningDialogState extends State<ScamWarningDialog> {
int _countdown = 6;
int _countdown = 12;
bool show_warning = false;
late Timer _timer;
late ServerModel _serverModel;