commented out of the old code (it could be useful during the re-implementation of the music interface)
pull/2690/head
Rarder44 2023-04-12 17:43:12 +02:00
parent fb694036a4
commit ebf27aa14f
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ const updateTimeout = function(){
if (settings.timeOut!="Off"){
removeTimeout();
if( callInProgress) return; //c'è una chiamata in corso -> no timeout
if( music!=undefined && EventQueue.length==0 ) return; //ho aperto l'interfaccia della musica e non ho messaggi davanti -> no timeout
//if( typeof music !== 'undefined' && EventQueue.length==0 ) return; //ho aperto l'interfaccia della musica e non ho messaggi davanti -> no timeout
let time=parseInt(settings.timeOut); //the "s" will be trimmed by the parseInt