mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-06-26 12:31:47 +02:00
[bug] fix link name size control
This commit is contained in:
parent
c6815cbffd
commit
146ed84bdf
@ -1497,14 +1497,14 @@ var control = (function() {
|
||||
type: "range",
|
||||
valueMod: ["float"],
|
||||
func: function() {
|
||||
link.render.item.name.set();
|
||||
link.render.item.name();
|
||||
}
|
||||
}, {
|
||||
element: helper.e(".control-link-item-name-size-default"),
|
||||
type: "button",
|
||||
func: function() {
|
||||
_setValue("link.item.display.icon.size", 0.9);
|
||||
link.render.item.name.set();
|
||||
link.render.item.name();
|
||||
update();
|
||||
}
|
||||
}, {
|
||||
|
@ -1,7 +1,7 @@
|
||||
var version = (function() {
|
||||
|
||||
// version is normally bumped when the state needs changing or any new functionality is added
|
||||
var current = "3.8.1";
|
||||
var current = "3.8.2";
|
||||
|
||||
var compare = function(a, b) {
|
||||
var pa = a.split(".");
|
||||
|
Loading…
x
Reference in New Issue
Block a user