fix: change showNotification duration

This commit is contained in:
Gabe
2025-10-26 19:59:51 +08:00
parent 21e639cacd
commit b38f079611

View File

@@ -913,7 +913,7 @@ class YouTubeCaptionProvider {
}
}
#showNotification(message, duration = 3000) {
#showNotification(message, duration = 2000) {
if (!this.#notificationEl) this.#createNotificationElement();
this.#notificationEl.textContent = message;
this.#notificationEl.style.opacity = "1";