2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-03 16:15:13 +00:00

Deduplicate executable path computation

This commit is contained in:
Ilya Fedin
2023-06-15 00:36:50 +04:00
committed by John Preston
parent 22235226d6
commit 32f13c3716
3 changed files with 9 additions and 15 deletions

View File

@@ -18,7 +18,7 @@ QByteArray gAlphaPrivateKey;
bool gManyInstance = false;
QString gKeyFile;
QString gWorkingDir, gExeDir, gExeName;
QString gWorkingDir;
QStringList gSendPaths;
QString gStartUrl;