Remove old debug log

This commit is contained in:
nea
2023-07-31 01:33:29 +02:00
parent e6e3f4a496
commit bdf943b1f1
3 changed files with 0 additions and 7 deletions

View File

@@ -37,7 +37,6 @@ object ImagePreview : FirmamentFeature {
val allowAllHosts by toggle("allow-all-hosts") { false }
val allowedHosts by string("allowed-hosts") { "cdn.discordapp.com,media.discordapp.com,media.discordapp.net,i.imgur.com" }
val actualAllowedHosts get() = allowedHosts.split(",").map { it.trim() }
val screenPercentage by integer("percentage", 10, 100) { 50 }
val position by position("position", 16 * 20, 9 * 20) { Point(0.0, 0.0) }
}