mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-10 06:42:07 +01:00
lint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user