Update comment

pull/647/head
Kevin Payravi 2024-04-18 20:25:11 +02:00
parent b72ae4e5c1
commit 97e7a8283b
1 changed files with 1 additions and 1 deletions

View File

@ -837,7 +837,7 @@ function startFiltering(searchEngine, storage, mutations = null, observer = null
}
// Check if user has enabled filtering for the current search engine
// If so, call main function to start filtering process
// If so, call startFiltering function to start filtering process
function checkIfEnabled(searchEngine) {
extensionAPI.runtime.sendMessage({action: 'getStorage'}, (storage) => {
searchEngineToggles = storage.searchEngineToggles || {};