mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-30 10:33:54 -07:00
Shutdown timer changes (#2084)
* change msg popup time from 10min to 30min * countdown at half time * simplify math * move shutdown after checks
This commit is contained in:
parent
3365e0461c
commit
d82564d84c
2 changed files with 7 additions and 3 deletions
|
|
@ -139,6 +139,7 @@ private:
|
|||
|
||||
QString shutdownReason;
|
||||
int shutdownMinutes;
|
||||
int nextShutdownMessageMinutes;
|
||||
QTimer *shutdownTimer;
|
||||
bool isFirstShutdownMessage, clientIdRequired, regServerOnly;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue