mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-07 01:55:12 +00:00
Replace cDebug() with Logs::DebugEnabled().
This commit is contained in:
@@ -1756,7 +1756,7 @@ void Updater::start(bool forceWait) {
|
||||
sendRequest = true;
|
||||
}
|
||||
}
|
||||
if (cManyInstance() && !cDebug()) {
|
||||
if (cManyInstance() && !Logs::DebugEnabled()) {
|
||||
// Only main instance is updating.
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user