mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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() {
|
bool Launcher::validateCustomWorkingDir() {
|
||||||
if (customWorkingDir()) {
|
if (customWorkingDir()) {
|
||||||
if (_customWorkingDir == cWorkingDir()) {
|
if (_customWorkingDir == cWorkingDir()) {
|
||||||
_customWorkingDir = {};
|
_customWorkingDir = QString();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
cForceWorkingDir(_customWorkingDir);
|
cForceWorkingDir(_customWorkingDir);
|
||||||
|
|
Loading…
Add table
Reference in a new issue