Skip to content

Commit

Permalink
PreviewSoundEditorを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
sigprogramming committed Jan 14, 2025
1 parent 085f653 commit 3c53f4b
Show file tree
Hide file tree
Showing 12 changed files with 1,170 additions and 58 deletions.
9 changes: 9 additions & 0 deletions src/components/Dialog/SettingDialog/SettingDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,15 @@
)
"
/>
<ToggleCell
v-if="!isProduction"
title="[開発時のみ機能] プレビュー音のエディット画面を表示"
description="ONの場合、プレビュー音のエディット画面を表示します。"
:modelValue="experimentalSetting.showPreviewSoundEditor"
@update:modelValue="
changeExperimentalSetting('showPreviewSoundEditor', $event)
"
/>
</div>
<div class="setting-card">
<h5 class="headline">データ収集</h5>
Expand Down
Loading

0 comments on commit 3c53f4b

Please sign in to comment.