update:qol

This commit is contained in:
2026-04-06 02:42:31 +09:00
parent 9c7f1149ba
commit 2760826b26
2 changed files with 3 additions and 6 deletions

View File

@@ -7,7 +7,6 @@ type ServerActionsPageMsg struct {
func ServerActionItems() []MenuItem {
return []MenuItem{
{Label: "Send", Key: "send"},
{Label: "Get", Key: "get"},
{Label: "Clean", Key: "clean"},
{Label: "Clean All", Key: "clean"},
}
}