Browse Source

bugfix: no default cooldown

master
n0m1s 6 years ago
parent
commit
d55925ef4a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      clock_settings.cpp

+ 1
- 0
clock_settings.cpp View File

@ -6,6 +6,7 @@
ClockSettings::ClockSettings(): ClockSettings::ClockSettings():
m_server(nullptr), m_server(nullptr),
m_cooldown(15*60), //default 15 minutes cooldown
m_api_key(nullptr), m_api_key(nullptr),
m_time_zone(nullptr) m_time_zone(nullptr)
{ {


Loading…
Cancel
Save