Skip to content

Commit

Permalink
move distraction free hide home setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunkyProgrammer committed Oct 30, 2024
1 parent 07a1f0b commit e20d70b
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@
</h4>
<div class="switchColumnGrid">
<div class="switchColumn">
<ft-toggle-switch
:label="$t('Settings.Distraction Free Settings.Hide Channel Home')"
:compact="true"
:default-value="hideChannelHome"
@change="updateHideChannelHome"
/>
<ft-toggle-switch
:label="$t('Settings.Distraction Free Settings.Hide Channel Shorts')"
:compact="true"
Expand All @@ -99,12 +105,6 @@
:default-value="hideChannelPodcasts"
@change="updateHideChannelPodcasts"
/>
<ft-toggle-switch
:label="$t('Settings.Distraction Free Settings.Hide Channel Home')"
:compact="true"
:default-value="hideChannelHome"
@change="updateHideChannelHome"
/>
</div>
<div class="switchColumn">
<ft-toggle-switch
Expand Down

0 comments on commit e20d70b

Please sign in to comment.