Skip to content

Commit 306f115

Browse files
authored
ピッチ表示機能を開発版のみ機能から実験的機能に (#1948)
1 parent 7096c46 commit 306f115

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/components/Dialog/SettingDialog.vue

+6-4
Original file line numberDiff line numberDiff line change
@@ -954,17 +954,19 @@
954954
>
955955
</QToggle>
956956
</QCardActions>
957-
<QCardActions v-if="!isProduction" class="q-px-md bg-surface">
958-
<div>[開発時のみ機能] ピッチの表示</div>
959-
<div aria-label="ソングエディターで、ピッチを表示します。">
957+
<QCardActions class="q-px-md bg-surface">
958+
<div>ソング:ピッチを表示</div>
959+
<div
960+
aria-label="ONの場合、ソングエディターでピッチ(音の高さ)が表示されます。"
961+
>
960962
<QIcon name="help_outline" size="sm" class="help-hover-icon">
961963
<QTooltip
962964
:delay="500"
963965
anchor="center right"
964966
self="center left"
965967
transition-show="jump-right"
966968
transition-hide="jump-left"
967-
>ONの場合、ソングエディターで、レンダリング後にピッチが表示されます。</QTooltip
969+
>ONの場合、ソングエディターでピッチ(音の高さ)が表示されます。</QTooltip
968970
>
969971
</QIcon>
970972
</div>

0 commit comments

Comments
 (0)