Skip to content

Commit

Permalink
デバッグ用ボタン削除
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkfx committed Jan 26, 2025
1 parent 2eb2c57 commit 7fdd64d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/components/Menu/MenuBar/MenuBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -526,16 +526,6 @@ const menudata = computed<MenuItemData[]>(() => [
},
disableWhenUiLocked: false,
},
{
type: "button",
label: "初期設定ダイアログデバッグ用ボタン",
onClick() {
void store.actions.SET_DIALOG_OPEN({
isInitialSettingsDialogOpen: true,
});
},
disableWhenUiLocked: true,
},
],
},
{
Expand Down

0 comments on commit 7fdd64d

Please sign in to comment.