mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 22:27:20 +02:00
Fix build with MSVC.
This commit is contained in:
parent
727bfd1059
commit
0b1b996e33
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ int Launcher::exec() {
|
|||
bool Launcher::validateCustomWorkingDir() {
|
||||
if (customWorkingDir()) {
|
||||
if (_customWorkingDir == cWorkingDir()) {
|
||||
_customWorkingDir = {};
|
||||
_customWorkingDir = QString();
|
||||
return false;
|
||||
}
|
||||
cForceWorkingDir(_customWorkingDir);
|
||||
|
|
Loading…
Add table
Reference in a new issue