+ Bugfix for Android devices
This commit is contained in:
Kevin Röbert
2019-03-18 17:39:47 +01:00
parent 1175d0ff9d
commit d87d88250d
3 changed files with 33 additions and 29 deletions

View File

@@ -33,14 +33,12 @@ var lastVisited = "";
function start()
{
changeIcon();
/**
* Save OS Version
*/
browser.runtime.getPlatformInfo(function(info) {
os = info.os;
changeIcon();
/**