From b951cf1172a32763d9e9132454ee51a7ca15a360 Mon Sep 17 00:00:00 2001 From: tartpvule <4371378-tartpvule@users.noreply.gitlab.com> Date: Thu, 12 Sep 2019 16:53:33 +0000 Subject: [PATCH] Missed a storeHashStatus call point --- clearurls.js | 1 + 1 file changed, 1 insertion(+) diff --git a/clearurls.js b/clearurls.js index 4b4b1e5..a9160ed 100644 --- a/clearurls.js +++ b/clearurls.js @@ -308,6 +308,7 @@ function start() else { toObject(storage.ClearURLsData); storeHashStatus(1); + saveOnDisk(['hashStatus']); } } else {