mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
No issue - Remove leftover beta-only dev edition promo in devtools.
This commit is contained in:
parent
b1c57e3b53
commit
eeff203318
8 changed files with 2 additions and 192 deletions
|
|
@ -255,14 +255,6 @@ ResponsiveUI.prototype = {
|
|||
yield this.connectToServer();
|
||||
this.userAgentInput.hidden = false;
|
||||
|
||||
// Hook to display promotional Developer Edition doorhanger.
|
||||
// Only displayed once.
|
||||
showDoorhanger({
|
||||
window: this.mainWindow,
|
||||
type: "deveditionpromo",
|
||||
anchor: this.chromeDoc.querySelector("#content")
|
||||
});
|
||||
|
||||
// Notify that responsive mode is on.
|
||||
this._telemetry.toolOpened("responsive");
|
||||
ResponsiveUIManager.emit("on", { tab: this.tab });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue