We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e60796 commit 5796bc6Copy full SHA for 5796bc6
common/content/statusline.js
@@ -312,11 +312,11 @@ const StatusLine = Module("statusline", {
312
if (typeof handler === "undefiend") // Thunderbird has none
313
return;
314
315
+ handler._identityPopup.hidden = false;
316
if (handler.refreshIdentityPopup)
317
handler.refreshIdentityPopup();
318
else
319
handler.setPopupMessages(handler._identityBox.className);
- handler._identityPopup.hidden = false;
320
handler._identityPopup.openPopup(anchor);
321
},
322
});
0 commit comments