Add explanation
authorTheSaminator <TheSaminator@users.noreply.github.com>
Mon, 23 May 2022 15:21:47 +0000 (11:21 -0400)
committerTheSaminator <TheSaminator@users.noreply.github.com>
Mon, 23 May 2022 15:21:47 +0000 (11:21 -0400)
src/jvmMain/kotlin/starshipfights/info/views_user.kt

index 4a795503281cc735ae24d7872f8056534e39187e..dcd762568cb59fff65b469edf345cd1d96a91ed6 100644 (file)
@@ -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"