mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-20 15:22:14 +00:00
update missing home section order setting syncer
This commit is contained in:
parent
1cdaed5625
commit
82757248d5
1 changed files with 2 additions and 0 deletions
|
|
@ -481,6 +481,7 @@ export function SettingsPage() {
|
|||
state.forceCompactEpisodeView.changed ||
|
||||
state.enableLowPerformanceMode.changed ||
|
||||
state.enableHoldToBoost.changed ||
|
||||
state.homeSectionOrder.changed ||
|
||||
state.manualSourceSelection.changed ||
|
||||
state.enableDoubleClickToSeek
|
||||
) {
|
||||
|
|
@ -505,6 +506,7 @@ export function SettingsPage() {
|
|||
forceCompactEpisodeView: state.forceCompactEpisodeView.state,
|
||||
enableLowPerformanceMode: state.enableLowPerformanceMode.state,
|
||||
enableHoldToBoost: state.enableHoldToBoost.state,
|
||||
homeSectionOrder: state.homeSectionOrder.state,
|
||||
manualSourceSelection: state.manualSourceSelection.state,
|
||||
enableDoubleClickToSeek: state.enableDoubleClickToSeek.state,
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue