From 6728170689548b16be09459d0c7af26d4e59cee8 Mon Sep 17 00:00:00 2001 From: Mitchell Syer Date: Sun, 20 Aug 2023 13:05:29 -0400 Subject: [PATCH] Fix some settings not being applied properly --- .../src/main/kotlin/suwayomi/tachidesk/server/ServerSetup.kt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/server/src/main/kotlin/suwayomi/tachidesk/server/ServerSetup.kt b/server/src/main/kotlin/suwayomi/tachidesk/server/ServerSetup.kt index d5f330919..e7a2971db 100644 --- a/server/src/main/kotlin/suwayomi/tachidesk/server/ServerSetup.kt +++ b/server/src/main/kotlin/suwayomi/tachidesk/server/ServerSetup.kt @@ -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