Skip to content

Commit decdd26

Browse files
committed
* Move option (now dropdown) away from toggles
1 parent e2dbec7 commit decdd26

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

src/renderer/components/privacy-settings/privacy-settings.vue

+13-12
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,6 @@
1919
@change="updateRememberSearchHistory"
2020
/>
2121
</div>
22-
<div class="switchColumn">
23-
<ft-select
24-
:placeholder="$t('Settings.Privacy Settings.Save Watched Progress')"
25-
:value="watchedProgressSavingMode"
26-
:select-names="watchedProgressSavingModeNames"
27-
:select-values="watchedProgressSavingModeValues"
28-
:icon="['fas', 'bars-progress']"
29-
:tooltip="$t('Settings.Privacy Settings.Watched Progress Saving Mode.Tooltip')"
30-
:disabled="!rememberHistory"
31-
@change="updateWatchedProgressSavingMode"
32-
/>
33-
</div>
3422
<div class="switchColumn">
3523
<ft-toggle-switch
3624
:label="$t('Settings.Privacy Settings.Save Watched Videos With Last Viewed Playlist')"
@@ -42,6 +30,19 @@
4230
</div>
4331
</div>
4432
<br>
33+
<ft-flex-box>
34+
<ft-select
35+
:placeholder="$t('Settings.Privacy Settings.Save Watched Progress')"
36+
:value="watchedProgressSavingMode"
37+
:select-names="watchedProgressSavingModeNames"
38+
:select-values="watchedProgressSavingModeValues"
39+
:icon="['fas', 'bars-progress']"
40+
:tooltip="$t('Settings.Privacy Settings.Watched Progress Saving Mode.Tooltip')"
41+
:disabled="!rememberHistory"
42+
@change="updateWatchedProgressSavingMode"
43+
/>
44+
</ft-flex-box>
45+
<br>
4546
<ft-flex-box>
4647
<ft-button
4748
:label="$t('Settings.Privacy Settings.Clear Search History and Cache')"

0 commit comments

Comments
 (0)