mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Replace cDebug() with Logs::DebugEnabled().
This commit is contained in:
@@ -74,7 +74,7 @@ bool Launcher::launchUpdater(UpdaterLaunch action) {
|
||||
if (cLaunchMode() == LaunchModeAutoStart) {
|
||||
argumentsList.push("-autostart");
|
||||
}
|
||||
if (cDebug()) {
|
||||
if (Logs::DebugEnabled()) {
|
||||
argumentsList.push("-debug");
|
||||
}
|
||||
if (cStartInTray()) {
|
||||
|
Reference in New Issue
Block a user