mirror of
https://github.com/cosmicoptima/loom.git
synced 2026-07-22 07:40:25 +00:00
rename menu label
This commit is contained in:
parent
08d4d4943d
commit
9f644d5b01
1 changed files with 1 additions and 1 deletions
2
main.ts
2
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", () =>
|
||||
|
|
|
|||
Loading…
Reference in a new issue