diff --git a/JS/USBMode.js b/JS/USBMode.js index 6b37e12..e4d13b2 100644 --- a/JS/USBMode.js +++ b/JS/USBMode.js @@ -377,7 +377,7 @@ async function init() { var bootTime = await getBootTime(); - if (bootTime > 290) { + if (bootTime > 99) { if (DEBUG) console.log(`USBMode: init()`); diff --git a/JS/USBModeDual.js b/JS/USBModeDual.js index 43101b2..8b34e87 100644 --- a/JS/USBModeDual.js +++ b/JS/USBModeDual.js @@ -270,7 +270,7 @@ async function getBootTime() { /* SCRIPT INIT */ async function init() { var bootTime = await getBootTime(); - if (bootTime > 290) { + if (bootTime > 99) { /* endSession panel override */ xapi.command('UserInterface Extensions Panel Save', { PanelId: 'endSessionUsbModeDual'