|
} else if(ua.indexOf('Chrome') > -1 && navigator.platform.indexOf('Linux') > -1) { |
as the title described, the condition needs to be more specified or just be removed since this one will just match all Linux devices running chrome (which contains electron and nodewebkit).
tyranoscript/tyrano/libs.js
Line 459 in 8685cd2
as the title described, the condition needs to be more specified or just be removed since this one will just match all Linux devices running chrome (which contains electron and nodewebkit).