mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-04 11:24:35 -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 {
|
} 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
|
||||||
|
|||||||
Reference in New Issue
Block a user