mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 06:48:38 +09:00
Use firebug devtools theme by default
It better fits the aestethic here
This commit is contained in:
parent
41257acb58
commit
5a84cf5aab
2 changed files with 3 additions and 3 deletions
|
|
@ -307,11 +307,11 @@ DevTools.prototype = {
|
|||
if (!Services.startup.shuttingDown &&
|
||||
!isCoreTheme &&
|
||||
theme.id == currTheme) {
|
||||
Services.prefs.setCharPref("devtools.theme", "light");
|
||||
Services.prefs.setCharPref("devtools.theme", "firebug");
|
||||
|
||||
let data = {
|
||||
pref: "devtools.theme",
|
||||
newValue: "light",
|
||||
newValue: "firebug",
|
||||
oldValue: currTheme
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue