refactor(store): skip syncing font family

Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
This commit is contained in:
Fernando Fernández 2024-09-10 08:56:41 +02:00
parent e7fa5bfcc3
commit ff0a5ff0bd

View File

@ -41,7 +41,13 @@ class SubtitleSettingsStore extends SyncedStore<SubtitleSettingsState> {
positionFromBottom: 10, positionFromBottom: 10,
backdrop: true, backdrop: true,
stroke: false stroke: false
}, 'localStorage'); }, 'localStorage', [
'enabled',
'fontSize',
'positionFromBottom',
'backdrop',
'stroke'
]);
/** /**
* == WATCHERS == * == WATCHERS ==