From 91a588aef0958c16fa2008a1a39ca69028c64249 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Mon, 8 Jul 2024 12:10:23 +0200 Subject: [PATCH] improve text closes #87 --- app.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app.js b/app.js index 25646b0..7e8ab1e 100644 --- a/app.js +++ b/app.js @@ -215,6 +215,9 @@ module.exports = ({ sharedPath: sharedPathIn, port, maxUploadSize, zipCompressio console.log(); qrcode.generate(url); }); + if (urls.length > 1) { + console.log('Note that there are multiple QR codes above, one for each network interface. (scroll up)'); + } }); // Serving the frontend depending on dev/production