mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-03 16:31:29 +03:00
Update server_page.dart
change countdown to 12
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user