mirror of
https://github.com/Ximi1970/systray-x.git
synced 2025-11-05 04:45:44 +01:00
Enable new new mail for TB91+
This commit is contained in:
@@ -1178,7 +1178,7 @@ async function start() {
|
||||
SysTrayX.Info.version;
|
||||
|
||||
// Disable incompatible items
|
||||
if (SysTrayX.Info.browserInfo.majorVersion > 89 && SysTrayX.Info.browserInfo.majorVersion < 102) {
|
||||
if (SysTrayX.Info.browserInfo.majorVersion > 89 && SysTrayX.Info.browserInfo.majorVersion < 91) {
|
||||
document.getElementById("counttype").style.display = "none";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user