diff --git a/Telegram/SourceFiles/core/launcher.cpp b/Telegram/SourceFiles/core/launcher.cpp index 35b168d9a..b18f0b541 100644 --- a/Telegram/SourceFiles/core/launcher.cpp +++ b/Telegram/SourceFiles/core/launcher.cpp @@ -397,7 +397,7 @@ int Launcher::exec() { bool Launcher::validateCustomWorkingDir() { if (customWorkingDir()) { if (_customWorkingDir == cWorkingDir()) { - _customWorkingDir = {}; + _customWorkingDir = QString(); return false; } cForceWorkingDir(_customWorkingDir);