소스 검색

refresh external components after importing data

Gildas 6 년 전
부모
커밋
0723813179
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      extension/ui/bg/ui-options.js

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

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