mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-09-15 23:48:35 -04:00
Fix CleanEnviroment()'s usage of stripVariableEntries
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
1 file changed
+2
@@ -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
|
||||
|
||||
Reference in new issue
Block a user