소스 검색

don't select new profile when creating it via the sidepanel

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

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

@@ -224,7 +224,11 @@
 		if (profileName) {
 			try {
 				await browser.runtime.sendMessage({ createProfile: true, profileName });
-				await refresh(profileName);
+				if (sidePanelDisplay) {
+					await refresh();
+				} else {
+					await refresh(profileName);
+				}
 				refreshExternalComponents();
 			} catch (error) {
 				// ignored