aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin
diff options
context:
space:
mode:
authornea <nea@nea.moe>2023-07-31 01:33:29 +0200
committernea <nea@nea.moe>2023-07-31 01:33:29 +0200
commitbdf943b1f156911c044cfa5f54134e5ee6e7c3e4 (patch)
treea923f0bb7e0c0c2cfb1587d56401e4a122bfff6e /src/main/kotlin
parente6e3f4a496bfff99bce3aa4469e74f29b3daab12 (diff)
downloadFirmament-bdf943b1f156911c044cfa5f54134e5ee6e7c3e4.tar.gz
Firmament-bdf943b1f156911c044cfa5f54134e5ee6e7c3e4.tar.bz2
Firmament-bdf943b1f156911c044cfa5f54134e5ee6e7c3e4.zip
Remove old debug log
Diffstat (limited to 'src/main/kotlin')
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/chat/ImagePreview.kt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/kotlin/moe/nea/firmament/features/chat/ImagePreview.kt b/src/main/kotlin/moe/nea/firmament/features/chat/ImagePreview.kt
index 90edac3..e612995 100644
--- a/src/main/kotlin/moe/nea/firmament/features/chat/ImagePreview.kt
+++ b/src/main/kotlin/moe/nea/firmament/features/chat/ImagePreview.kt
@@ -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) }
}