X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2Fpages%2FOptionsPage.kt;h=c17cbe281f95cd54e23f81c4464bf7d2e8c6f638;hp=dabe9f2ee1e93b4ca2c08bdef597a1e81f13fb69;hb=87482530f0361af55a17780981d6819269aada67;hpb=5479681d7a9aa211a775ca448d568f81ec12df7a diff --git a/src/main/kotlin/net/pterodactylus/sone/web/pages/OptionsPage.kt b/src/main/kotlin/net/pterodactylus/sone/web/pages/OptionsPage.kt index dabe9f2..c17cbe2 100644 --- a/src/main/kotlin/net/pterodactylus/sone/web/pages/OptionsPage.kt +++ b/src/main/kotlin/net/pterodactylus/sone/web/pages/OptionsPage.kt @@ -15,6 +15,7 @@ import javax.inject.Inject /** * This page lets the user edit the options of the Sone plugin. */ +@MenuName("Options") class OptionsPage @Inject constructor(template: Template, webInterface: WebInterface): SoneTemplatePage("options.html", webInterface, template, "Page.Options.Title") {