Fix some settings not being applied properly

This commit is contained in:
Mitchell Syer
2023-08-20 13:05:29 -04:00
committed by GitHub
parent 5baf54335b
commit 6728170689

View File

@@ -79,7 +79,7 @@ fun applicationSetup() {
} else { } else {
setLogLevel(Level.INFO) setLogLevel(Level.INFO)
} }
}) }, ignoreInitialValue = false)
// Application dirs // Application dirs
val applicationDirs = ApplicationDirs() val applicationDirs = ApplicationDirs()
@@ -206,7 +206,8 @@ fun applicationSetup() {
System.getProperties()["socksProxyHost"] = "" System.getProperties()["socksProxyHost"] = ""
System.getProperties()["socksProxyPort"] = "" System.getProperties()["socksProxyPort"] = ""
} }
} },
ignoreInitialValue = false
) )
// AES/CBC/PKCS7Padding Cypher provider for zh.copymanga // AES/CBC/PKCS7Padding Cypher provider for zh.copymanga