Skip to content

Commit 4b85831

Browse files
committed
[bug] fix theme style menu controls
1 parent 8f076de commit 4b85831

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

‎src/js/control.js‎

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1991,16 +1991,14 @@ var control = (function(){
19911991
path: "theme.style",
19921992
type: "radio",
19931993
func: function(){
1994-
render();
1995-
theme.render.accent.color();
1994+
theme.render.theme();
19961995
}
19971996
},{
19981997
element: helper.e(".control-theme-style-light"),
19991998
path: "theme.style",
20001999
type: "radio",
20012000
func: function(){
2002-
render();
2003-
theme.render.accent.color();
2001+
theme.render.theme();
20042002
}
20052003
},{
20062004
element: helper.e(".control-theme-radius"),

‎src/js/version.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
varversion=(function(){
22

3-
varcurrent="3.31.0";
3+
varcurrent="3.31.1";
44

55
varcompare=function(a,b){
66
varpa=a.split(".");

‎src/manifest.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nightTab",
33
"short_name": "nightTab",
44
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
5-
"version": "3.31.0",
5+
"version": "3.31.1",
66
"manifest_version": 2,
77
"chrome_url_overrides":{
88
"newtab": "index.html"

0 commit comments

Comments
(0)