Commit decdd26 1 parent e2dbec7 commit decdd26 Copy full SHA for decdd26
File tree 1 file changed +13
-12
lines changed
src/renderer/components/privacy-settings
1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change 19
19
@change =" updateRememberSearchHistory"
20
20
/>
21
21
</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 >
34
22
<div class =" switchColumn" >
35
23
<ft-toggle-switch
36
24
:label =" $t('Settings.Privacy Settings.Save Watched Videos With Last Viewed Playlist')"
42
30
</div >
43
31
</div >
44
32
<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 >
45
46
<ft-flex-box >
46
47
<ft-button
47
48
:label =" $t('Settings.Privacy Settings.Clear Search History and Cache')"
You can’t perform that action at this time.
0 commit comments