From 8725e22020fa5c8fe61a0ba4a7fa686bba03aeee Mon Sep 17 00:00:00 2001 From: kabir-afk Date: Mon, 17 Jun 2024 16:54:54 +0530 Subject: [PATCH] update : removed sourceMap and bananaInStore from local storage, no longer needed --- background-script.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/background-script.js b/background-script.js index 4722a5c..5375542 100644 --- a/background-script.js +++ b/background-script.js @@ -164,8 +164,6 @@ async function loadI18nLocalization( uiLanguageQid ) { // Declare localisation banana.setLocale(locale); // Change to new locale - storeParam('bananaInStore',banana) - storeParam("sourceMap", Array.from(banana.messageStore.sourceMap)); state = 'ready';