Auto-deploy: 2026-06-02 18:31:11

This commit is contained in:
Hamza-Ayed
2026-06-02 18:31:11 +03:00
parent 7cf9b474bb
commit 6601d7314f
3 changed files with 90 additions and 0 deletions

View File

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