Update lib.js

master
thyttan 2022-05-11 20:18:09 +02:00 committed by GitHub
parent 8dec7e503b
commit c8b1d16697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ exports.input = function(options) {
function displayText(charTimeout) {
layout.clear(layout.text);
layout.text.label = text.slice(settings.showHelpBtn ? -12 : -13) + (charTimeout ? " " : "_");
layout.text.label = text.slice(settings.showHelpBtn ? -11 : -13) + (charTimeout ? " " : "_");
layout.render(layout.text);
}