Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #179 from ttshivers/fix_settings_toggle
Browse files Browse the repository at this point in the history
fix(settings): stop switch click event
  • Loading branch information
ttshivers authored Sep 27, 2020
2 parents 7eba6a7 + 4084aa6 commit 5ece1ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/TheSettingsDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
hide-details
:input-value="GET_AUTO_SKIP_INTRO"
@change="SET_AUTO_SKIP_INTRO"
@click.stop
/>
</v-list-item-action>
</v-list-item>
Expand All @@ -46,6 +47,7 @@
hide-details
:input-value="GET_SLPLAYERFORCETRANSCODE"
@change="SET_SLPLAYERFORCETRANSCODE"
@click.stop
/>
</v-list-item-action>
</v-list-item>
Expand Down Expand Up @@ -95,6 +97,7 @@
:input-value="ARE_NOTIFICATIONS_ENABLED && !isHttp"
:disabled="isHttp"
@change="CHANGE_NOTIFICATIONS_ENABLED"
@click.stop
/>

<v-tooltip
Expand Down Expand Up @@ -135,6 +138,7 @@
hide-details
:input-value="ARE_SOUND_NOTIFICATIONS_ENABLED"
@change="SET_ARE_SOUND_NOTIFICATIONS_ENABLED"
@click.stop
/>
</v-list-item-action>
</v-list-item>
Expand Down Expand Up @@ -179,6 +183,7 @@
hide-details
:input-value="GET_AUTOPLAY"
@change="SET_AUTOPLAY"
@click.stop
/>
</v-list-item-action>
</v-list-item>
Expand Down

0 comments on commit 5ece1ed

Please sign in to comment.