Skip to content

Commit

Permalink
複数選択:Production Buildで出す様に (VOICEVOX#1664)
Browse files Browse the repository at this point in the history
Add: 複数選択をProduction Buildで出す様に
  • Loading branch information
sevenc-nanashi authored Dec 20, 2023
1 parent 3d89f4f commit fe7ef3e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/SettingDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -855,10 +855,7 @@
>
</q-toggle>
</q-card-actions>
<q-card-actions
v-if="!isProduction"
class="q-px-md q-py-none bg-surface"
>
<q-card-actions class="q-px-md q-py-none bg-surface">
<div>複数選択</div>
<div aria-label="複数のテキスト欄を選択できるようにします。">
<q-icon name="help_outline" size="sm" class="help-hover-icon">
Expand Down Expand Up @@ -950,7 +947,6 @@ import { computed, ref } from "vue";
import FileNamePatternDialog from "./FileNamePatternDialog.vue";
import { useStore } from "@/store";
import {
isProduction,
SavingSetting,
EngineSetting,
ExperimentalSetting,
Expand Down

0 comments on commit fe7ef3e

Please sign in to comment.