Load the icon settings at boot
This commit is contained in:
Kevin Röbert 2018-09-25 14:34:05 +02:00
parent 7351f5b559
commit 76addcf18c
2 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ getDataFromDisk();
function start(items) function start(items)
{ {
initStorage(items); initStorage(items);
changeIcon();
/** /**
* Save OS Version * Save OS Version

View File

@ -1,7 +1,7 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "ClearURLs", "name": "ClearURLs",
"version": "1.3.3.16", "version": "1.3.3.17",
"author": "Kevin R.", "author": "Kevin R.",
"description": "Remove tracking elements form URLs.", "description": "Remove tracking elements form URLs.",
"homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls", "homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls",