Skip to content

Commit

Permalink
サウンド設定のインデント
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed May 17, 2019
1 parent 7be943d commit 1eb42d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/app/common/views/components/settings/settings.vue
Expand Up @@ -157,9 +157,9 @@
<ui-switch v-model="enableSounds">{{ $t('@._settings.enable-sounds') }}
<template #desc>{{ $t('@._settings.enable-sounds-desc') }}</template>
</ui-switch>
<ui-switch :disabled="!enableSounds" v-model="enableSoundsInTimeline">{{ 'Timeline' }}
<ui-switch style="margin-left: 2em" :disabled="!enableSounds" v-model="enableSoundsInTimeline">{{ 'Timeline' }}
</ui-switch>
<ui-switch :disabled="!enableSounds" v-model="enableSoundsInNotifications">{{ 'Notifications' }}
<ui-switch style="margin-left: 2em" :disabled="!enableSounds" v-model="enableSoundsInNotifications">{{ 'Notifications' }}
</ui-switch>
<label>{{ $t('@._settings.volume') }}</label>
<input type="range"
Expand Down

0 comments on commit 1eb42d3

Please sign in to comment.