✨ Annotate OptionsPage with MenuName
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / web / pages / OptionsPage.kt
index dabe9f2..c17cbe2 100644 (file)
@@ -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") {