diff options
author | Ajay <[email protected]> | 2024-01-21 15:57:22 -0500 |
---|---|---|
committer | Ajay <[email protected]> | 2024-01-21 15:57:22 -0500 |
commit | c996680a585a2c8e8a9bbebf841e70b884c7f063 (patch) | |
tree | 2d801f507103bb64366dc3d881bef11a6772821e | |
parent | ade4654ae0249ae6f120f008eb68296df04b2e76 (diff) | |
download | SponsorBlock-c996680a585a2c8e8a9bbebf841e70b884c7f063.tar.gz SponsorBlock-c996680a585a2c8e8a9bbebf841e70b884c7f063.zip |
Fix category selection changes not saving
-rw-r--r-- | src/components/options/CategorySkipOptionsComponent.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/options/CategorySkipOptionsComponent.tsx b/src/components/options/CategorySkipOptionsComponent.tsx index b82b0a52..d9d89cf0 100644 --- a/src/components/options/CategorySkipOptionsComponent.tsx +++ b/src/components/options/CategorySkipOptionsComponent.tsx @@ -158,7 +158,7 @@ class CategorySkipOptionsComponent extends React.Component<CategorySkipOptionsPr }); } - Config.forceLocalUpdate("categorySelections"); + Config.forceSyncUpdate("categorySelections"); } getCategorySkipOptions(): JSX.Element[] { |