mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
revert 5a84cf5aab
revert Use firebug devtools theme by default, use light theme pwease
This commit is contained in:
parent
df01f3e6f5
commit
a4e7e8662d
2 changed files with 3 additions and 3 deletions
|
|
@ -307,11 +307,11 @@ DevTools.prototype = {
|
||||||
if (!Services.startup.shuttingDown &&
|
if (!Services.startup.shuttingDown &&
|
||||||
!isCoreTheme &&
|
!isCoreTheme &&
|
||||||
theme.id == currTheme) {
|
theme.id == currTheme) {
|
||||||
Services.prefs.setCharPref("devtools.theme", "firebug");
|
Services.prefs.setCharPref("devtools.theme", "light");
|
||||||
|
|
||||||
let data = {
|
let data = {
|
||||||
pref: "devtools.theme",
|
pref: "devtools.theme",
|
||||||
newValue: "firebug",
|
newValue: "light",
|
||||||
oldValue: currTheme
|
oldValue: currTheme
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -217,7 +217,7 @@ pref("devtools.dom.enabled", false);
|
||||||
pref("devtools.webaudioeditor.inspectorWidth", 300);
|
pref("devtools.webaudioeditor.inspectorWidth", 300);
|
||||||
|
|
||||||
// Default theme ("dark" or "light")
|
// Default theme ("dark" or "light")
|
||||||
sticky_pref("devtools.theme", "firebug");
|
sticky_pref("devtools.theme", "light");
|
||||||
|
|
||||||
// Web console filters
|
// Web console filters
|
||||||
pref("devtools.webconsole.filter.error", true);
|
pref("devtools.webconsole.filter.error", true);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue