فهرست منبع

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