mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-28 16:20:50 +00:00
Enable IsDeveloper flag when we check updates in _DEBUG
This commit is contained in:
parent
0a68125372
commit
58ad5e2ecb
@ -90,7 +90,11 @@ CheckUpdateThreadLauncher::CheckUpdateThreadLauncher()
|
||||
, m_received(false)
|
||||
, m_inits(get_config_int("Updater", "Inits", 0))
|
||||
, m_exits(get_config_int("Updater", "Exits", 0))
|
||||
#ifdef _DEBUG
|
||||
, m_isDeveloper(true)
|
||||
#else
|
||||
, m_isDeveloper(get_config_bool("Updater", "IsDeveloper", false))
|
||||
#endif
|
||||
, m_timer(kMonitoringPeriod, NULL)
|
||||
{
|
||||
// Get how many days we have to wait for the next "check for update"
|
||||
|
Loading…
x
Reference in New Issue
Block a user