1
0
Эх сурвалжийг харах

refresh external components after importing data

Gildas 6 жил өмнө
parent
commit
0723813179

+ 1 - 0
extension/ui/bg/ui-options.js

@@ -298,6 +298,7 @@
 				const config = JSON.parse(serializedConfig);
 				const config = JSON.parse(serializedConfig);
 				await browser.runtime.sendMessage({ method: "config.importConfig", config });
 				await browser.runtime.sendMessage({ method: "config.importConfig", config });
 				await refresh(DEFAULT_PROFILE_NAME);
 				await refresh(DEFAULT_PROFILE_NAME);
+				refreshExternalComponents();
 				fileInput.value = "";
 				fileInput.value = "";
 			}
 			}
 		};
 		};