mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-22 08:16:56 +00:00
Fix build with MSVC.
This commit is contained in:
parent
727bfd1059
commit
0b1b996e33
@ -397,7 +397,7 @@ int Launcher::exec() {
|
||||
bool Launcher::validateCustomWorkingDir() {
|
||||
if (customWorkingDir()) {
|
||||
if (_customWorkingDir == cWorkingDir()) {
|
||||
_customWorkingDir = {};
|
||||
_customWorkingDir = QString();
|
||||
return false;
|
||||
}
|
||||
cForceWorkingDir(_customWorkingDir);
|
||||
|
Loading…
Reference in New Issue
Block a user