mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
fix: ensure the theme store triggers the cloud sync upon install
This commit is contained in:
@@ -201,6 +201,7 @@
|
||||
await themeManager.setTheme(displayTheme.id);
|
||||
themeUpdates.triggerUpdate();
|
||||
await fetchCurrentThemes();
|
||||
void browser.runtime.sendMessage({ type: 'cloudSettingsRequestDebouncedUpload' }).catch(() => {});
|
||||
}
|
||||
}}
|
||||
onRemove={async () => {
|
||||
|
||||
Reference in New Issue
Block a user