mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
Bug 1309194: Implement summary info in Net Panel Toolbar; Bug 1317205: CSS improvement for summary button
Required for: https://github.com/MoonchildProductions/moebius/pull/93
This commit is contained in:
parent
4d57ef767e
commit
2f496e3f1e
22 changed files with 333 additions and 240 deletions
|
|
@ -125,7 +125,6 @@ var NetMonitorView = {
|
|||
if (!Prefs.statistics) {
|
||||
$("#request-menu-context-perf").hidden = true;
|
||||
$("#notice-perf-message").hidden = true;
|
||||
$("#requests-menu-network-summary-button").hidden = true;
|
||||
}
|
||||
},
|
||||
|
||||
|
|
@ -171,10 +170,10 @@ var NetMonitorView = {
|
|||
|
||||
if (flags.visible) {
|
||||
this._body.classList.remove("pane-collapsed");
|
||||
gStore.dispatch(Actions.showSidebar(true));
|
||||
gStore.dispatch(Actions.openSidebar(true));
|
||||
} else {
|
||||
this._body.classList.add("pane-collapsed");
|
||||
gStore.dispatch(Actions.showSidebar(false));
|
||||
gStore.dispatch(Actions.openSidebar(false));
|
||||
}
|
||||
|
||||
if (tabIndex !== undefined) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue