Update lib.js
parent
4415325703
commit
29be42c606
|
|
@ -27,7 +27,7 @@ exports.input = function(options) {
|
||||||
|
|
||||||
function displayText(hideMarker) {
|
function displayText(hideMarker) {
|
||||||
layout.clear(layout.text);
|
layout.clear(layout.text);
|
||||||
layout.text.label = text.slice(settings.showHelpBtn ? -11 : -13) + (!hideMarker ? "_" : " ");
|
layout.text.label = text.slice(settings.showHelpBtn ? -11 : -13) + (hideMarker ? " " : "_");
|
||||||
layout.render(layout.text);
|
layout.render(layout.text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue