Fix CleanEnviroment()'s usage of stripVariableEntries
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
b049e92697
commit
e7cd8fe078
1 changed files with 2 additions and 0 deletions
|
@ -102,6 +102,8 @@ QProcessEnvironment CleanEnviroment()
|
|||
QString newValue = stripVariableEntries(key, value, rawenv.value("LAUNCHER_" + key));
|
||||
|
||||
qDebug() << "Env: stripped" << key << value << "to" << newValue;
|
||||
|
||||
value = newValue;
|
||||
}
|
||||
#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) || defined(Q_OS_OPENBSD)
|
||||
// Strip IBus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue