This commit is contained in:
Aria Moradi
2021-08-08 05:36:54 +04:30
parent f566f13423
commit fb1f88e971

View File

@@ -18,7 +18,8 @@ class ServerConfig(config: Config) : ConfigModule(config) {
val port: Int by config
val webUIEnabled: Boolean = System.getProperty(
"suwayomi.tachidesk.server.webUIEnabled",config.getString("webUIEnabled")).toBoolean()
"suwayomi.tachidesk.server.webUIEnabled", config.getString("webUIEnabled")
).toBoolean()
// proxy
val socksProxyEnabled: Boolean by config