mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-06-30 17:34:39 -05:00
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 commit41deaee244. * Revert "Update Updater.kt" This reverts commit2678792cf6.
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