Skip to content

Commit

Permalink
fixed issue with hue color
Browse files Browse the repository at this point in the history
  • Loading branch information
aopell committed Dec 17, 2022
1 parent 2b56102 commit f73fd24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/theme-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ function renderTheme(t) {
themeCustomLogo.click();
break;
}
$(themeHue).slider("value", t.color.hue);
$(themeHue).slider("value", t.color.hue || 200);
colorRainbowHueAnimate.checked = false;
colorRainbowHueSpeed.value = 50;
$(colorRainbowHueRange).roundSlider("setValue", "0,359");
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"update_url": "https://schoologypl.us/firefox_updates.json"
}
},
"version": "7.7",
"version": "7.7.1",
"icons": {
"128": "imgs/[email protected]",
"64": "imgs/[email protected]",
Expand Down

0 comments on commit f73fd24

Please sign in to comment.