pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update missing home section order setting syncer

Pas 82757248 1cdaed56

+2
+2
src/pages/Settings.tsx
··· 481 481 state.forceCompactEpisodeView.changed || 482 482 state.enableLowPerformanceMode.changed || 483 483 state.enableHoldToBoost.changed || 484 + state.homeSectionOrder.changed || 484 485 state.manualSourceSelection.changed || 485 486 state.enableDoubleClickToSeek 486 487 ) { ··· 505 506 forceCompactEpisodeView: state.forceCompactEpisodeView.state, 506 507 enableLowPerformanceMode: state.enableLowPerformanceMode.state, 507 508 enableHoldToBoost: state.enableHoldToBoost.state, 509 + homeSectionOrder: state.homeSectionOrder.state, 508 510 manualSourceSelection: state.manualSourceSelection.state, 509 511 enableDoubleClickToSeek: state.enableDoubleClickToSeek.state, 510 512 });