Skip to content

Commit

Permalink
UIを変更 [update snapshots]
Browse files Browse the repository at this point in the history
  • Loading branch information
X-20A committed Jun 7, 2024
1 parent 523ef78 commit e0e59f4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/components/Talk/AudioInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -523,17 +523,6 @@ const parameters = computed<Parameter[]>(() => {
},
plsParam,
];
// switchPauseLengthModeの変更に伴って更新
const newParam = switchPauseLengthMode.value === "SCALE" ? plsParam : plParam;
const index = baseParam.findIndex((param) =>
param.label.includes("句読点などの無音時間"),
);
if (index !== -1) {
baseParam[index] = newParam;
} else {
baseParam.push(newParam);
}
return baseParam;
});
Expand Down

0 comments on commit e0e59f4

Please sign in to comment.