✨ Annotate DeleteSonePage with MenuName
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / web / pages / DeleteSonePage.kt
index 1d39011..972e444 100644 (file)
@@ -13,6 +13,7 @@ import javax.inject.Inject
  * Freenet; merely all references to it are removed from the local plugin
  * installation.
  */
+@MenuName("DeleteSone")
 class DeleteSonePage @Inject constructor(template: Template, webInterface: WebInterface):
                LoggedInPage("deleteSone.html", template, "Page.DeleteSone.Title", webInterface) {