[bug] fix opacity direction

This commit is contained in:
zombieFox 2020-01-16 08:50:12 +00:00
parent ab65ca1f64
commit c2ed30c087
5 changed files with 7 additions and 7 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "nighttab", "name": "nighttab",
"version": "4.19.3", "version": "4.19.4",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "nighttab", "name": "nighttab",
"version": "4.19.3", "version": "4.19.4",
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.", "description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@ -1750,7 +1750,7 @@ var control = (function() {
element: helper.e(".control-header-shade-opacity"), element: helper.e(".control-header-shade-opacity"),
path: "header.shade.opacity", path: "header.shade.opacity",
type: "range", type: "range",
valueMod: ["reverse", "float"], valueMod: ["float"],
rangeCountElement: helper.e(".control-header-shade-opacity-count"), rangeCountElement: helper.e(".control-header-shade-opacity-count"),
func: function() { func: function() {
header.render.opacity(); header.render.opacity();
@ -2986,7 +2986,7 @@ var control = (function() {
element: helper.e(".control-theme-shade-opacity"), element: helper.e(".control-theme-shade-opacity"),
path: "theme.shade.opacity", path: "theme.shade.opacity",
type: "range", type: "range",
valueMod: ["reverse", "float"], valueMod: ["float"],
rangeCountElement: helper.e(".control-theme-shade-opacity-count"), rangeCountElement: helper.e(".control-theme-shade-opacity-count"),
func: function() { func: function() {
theme.render.shade.opacity(); theme.render.shade.opacity();
@ -3102,7 +3102,7 @@ var control = (function() {
element: helper.e(".control-background-image-opacity"), element: helper.e(".control-background-image-opacity"),
path: "background.image.opacity", path: "background.image.opacity",
type: "range", type: "range",
valueMod: ["reverse", "float"], valueMod: ["float"],
rangeCountElement: helper.e(".control-background-image-opacity-count"), rangeCountElement: helper.e(".control-background-image-opacity-count"),
func: function() { func: function() {
background.render.opacity(); background.render.opacity();

View File

@ -1,6 +1,6 @@
var version = (function() { var version = (function() {
var current = "4.19.3"; var current = "4.19.4";
var name = "Naughty Goose"; var name = "Naughty Goose";

View File

@ -2,7 +2,7 @@
"name": "nightTab", "name": "nightTab",
"short_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.", "description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
"version": "4.19.3", "version": "4.19.4",
"manifest_version": 2, "manifest_version": 2,
"chrome_url_overrides": { "chrome_url_overrides": {
"newtab": "index.html" "newtab": "index.html"