2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Use customWorkingDir() outside of Core::Launcher

This allows to add -workdir to shortcuts only if the process was launched with -workdir
This commit is contained in:
Ilya Fedin
2022-11-21 08:38:14 +04:00
committed by John Preston
parent 9b66b76bac
commit 2f0d14bd35
7 changed files with 48 additions and 15 deletions

View File

@@ -511,6 +511,10 @@ void Sandbox::refreshGlobalProxy() {
}
}
bool Sandbox::customWorkingDir() const {
return _launcher->customWorkingDir();
}
uint64 Sandbox::installationTag() const {
return _launcher->installationTag();
}