Fix some settings not being applied properly (#661)
* Fix some settings not being applied properly * Update ProtoBackupExport.kt * Update Updater.kt * Revert "Update ProtoBackupExport.kt" This reverts commit 41deaee2449ff28bb4ba4eb90959b68d4e82764d. * Revert "Update Updater.kt" This reverts commit 2678792cf6a354de8de4a19b2b74fbad72c1379a.
This commit is contained in:
@@ -79,7 +79,7 @@ fun applicationSetup() {
|
||||
} else {
|
||||
setLogLevel(Level.INFO)
|
||||
}
|
||||
})
|
||||
}, ignoreInitialValue = false)
|
||||
|
||||
// Application dirs
|
||||
val applicationDirs = ApplicationDirs()
|
||||
@@ -206,7 +206,8 @@ fun applicationSetup() {
|
||||
System.getProperties()["socksProxyHost"] = ""
|
||||
System.getProperties()["socksProxyPort"] = ""
|
||||
}
|
||||
}
|
||||
},
|
||||
ignoreInitialValue = false
|
||||
)
|
||||
|
||||
// AES/CBC/PKCS7Padding Cypher provider for zh.copymanga
|
||||
|
||||
Reference in New Issue
Block a user