From 9f644d5b01d26b9083c8d55a1936a38ba3e1d10e Mon Sep 17 00:00:00 2001 From: celeste Date: Mon, 13 Mar 2023 08:01:36 -0700 Subject: [PATCH] rename menu label --- main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ts b/main.ts index cb6af71..8541055 100644 --- a/main.ts +++ b/main.ts @@ -1208,7 +1208,7 @@ class LoomView extends ItemView { e.preventDefault(); showMenu(); }); - itemButton("Menu", "menu", showMenu); + itemButton("Show menu", "menu", showMenu); if (state.hoisted[state.hoisted.length - 1] === id) itemButton("Unhoist", "arrow-down", () =>