Update server_page.dart
change countdown to 12
This commit is contained in:
parent
d4f4a64937
commit
4c4c62c7e5
@ -242,7 +242,7 @@ class ScamWarningDialog extends StatefulWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class _ScamWarningDialogState extends State<ScamWarningDialog> {
|
class _ScamWarningDialogState extends State<ScamWarningDialog> {
|
||||||
int _countdown = 6;
|
int _countdown = 12;
|
||||||
bool show_warning = false;
|
bool show_warning = false;
|
||||||
late Timer _timer;
|
late Timer _timer;
|
||||||
late ServerModel _serverModel;
|
late ServerModel _serverModel;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user