diff --git a/frontend/src/store/client-settings/subtitle-settings.ts b/frontend/src/store/client-settings/subtitle-settings.ts index 7d80e4cd..5ccfe4b7 100644 --- a/frontend/src/store/client-settings/subtitle-settings.ts +++ b/frontend/src/store/client-settings/subtitle-settings.ts @@ -41,7 +41,13 @@ class SubtitleSettingsStore extends SyncedStore { positionFromBottom: 10, backdrop: true, stroke: false - }, 'localStorage'); + }, 'localStorage', [ + 'enabled', + 'fontSize', + 'positionFromBottom', + 'backdrop', + 'stroke' + ]); /** * == WATCHERS ==