Update ScriptGatekeeper.cpp

This commit is contained in:
Kalila 2021-03-10 01:27:32 -05:00 committed by GitHub
parent 3dc11637ed
commit 1f4cb7b9d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,6 @@ void ScriptGatekeeper::initialize() {
if (settingsSafeValues.isEmpty() && !preloadedVal.isEmpty() && isFirstRun.get()) {
// We assume that the whitelist should be enabled if a preloaded whitelist is attached, so we activate it if it's not already active.
qDebug() << "hi" << !whitelistEnabled.get() << whitelistEnabled.get();
if (!whitelistEnabled.get()) {
whitelistEnabled.set(true);
}