From 530b8a4ac6730ea0f2f2a491d028b0d9308eb849 Mon Sep 17 00:00:00 2001 From: TheSaminator Date: Mon, 23 May 2022 11:21:47 -0400 Subject: [PATCH] Add explanation --- src/jvmMain/kotlin/starshipfights/info/views_user.kt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/jvmMain/kotlin/starshipfights/info/views_user.kt b/src/jvmMain/kotlin/starshipfights/info/views_user.kt index 4a79550..dcd7625 100644 --- a/src/jvmMain/kotlin/starshipfights/info/views_user.kt +++ b/src/jvmMain/kotlin/starshipfights/info/views_user.kt @@ -178,6 +178,9 @@ suspend fun ApplicationCall.manageUserPage(): HTML.() -> Unit { h3 { +"Display Theme" } + p { + +"Clicking one of the options here will preview the selected theme. It is still necessary to click Accept Changes to keep your choice of theme." + } label { radioInput(name = "theme") { id = "system-theme" -- 2.25.1