@@ -356,6 +356,7 @@ function initDictation() {
recognition.start();
} catch (err) {
statusEl.textContent = '❌ يجب السماح باستخدام الميكروفون';
chrome.tabs.create({ url: chrome.runtime.getURL('permission.html') });
}
});
The note is not visible to the blocked user.