Skip to content

Commit

Permalink
右クリックメニューの表記を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
sigprogramming committed Oct 22, 2024
1 parent 6c35780 commit 840eab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Sing/PlayheadPositionDisplay.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const contextMenuData = computed<ContextMenuItemData[]>(() => {
return [
{
type: "button",
label: "小節",
label: "小節.拍",
disabled: displayMode.value === "MeasuresBeats",
onClick: async () => {
contextMenu.value?.hide();
Expand All @@ -104,7 +104,7 @@ const contextMenuData = computed<ContextMenuItemData[]>(() => {
},
{
type: "button",
label: "",
label: "分:",
disabled: displayMode.value === "Seconds",
onClick: async () => {
contextMenu.value?.hide();
Expand Down

0 comments on commit 840eab3

Please sign in to comment.