Update lib.js

pull/1830/head
thyttan 2022-05-11 20:17:15 +02:00 committed by GitHub
parent ad63cafec6
commit 8dec7e503b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ exports.input = function(options) {
var settings = require('Storage').readJSON("kbmulti.settings.json", true) || {};
//if (settings.firstLaunch===undefined) { settings.firstLaunch = true; }
if (settings.charTimeout===undefined) { settings.charTimeout = 500; }
if (settings.showHelpBtn===undefined) { settings.showHelpBtn = false; }
if (settings.showHelpBtn===undefined) { settings.showHelpBtn = true; }
var fontSize = "6x15";
var Layout = require("Layout");