mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-11-28 11:03:16 +01:00
[bug] fix theme style menu controls
This commit is contained in:
parent
8f076de6b3
commit
4b858311a7
@ -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"),
|
||||
|
@ -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(".");
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user