[bug] fix theme style menu controls

This commit is contained in:
Kuldeep M 2019-07-11 18:01:54 +01:00
parent 8f076de6b3
commit 4b858311a7
3 changed files with 4 additions and 6 deletions

View File

@ -1991,16 +1991,14 @@ var control = (function() {
path: "theme.style",
type: "radio",
func: function() {
render();
theme.render.accent.color();
theme.render.theme();
}
}, {
element: helper.e(".control-theme-style-light"),
path: "theme.style",
type: "radio",
func: function() {
render();
theme.render.accent.color();
theme.render.theme();
}
}, {
element: helper.e(".control-theme-radius"),

View File

@ -1,6 +1,6 @@
var version = (function() {
var current = "3.31.0";
var current = "3.31.1";
var compare = function(a, b) {
var pa = a.split(".");

View File

@ -2,7 +2,7 @@
"name": "nightTab",
"short_name": "nightTab",
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
"version": "3.31.0",
"version": "3.31.1",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "index.html"