feat: Lower the time for a toast to exist, b=(no-bug), c=common

This commit is contained in:
Mr. M
2025-05-10 21:23:27 +02:00
parent 7b99f227cd
commit 3d8fc203f9

View File

@@ -460,7 +460,7 @@ var gZenUIManager = {
this._toastContainer.setAttribute('hidden', true);
}
});
}, options.timeout || 3000);
}, options.timeout || 2000);
},
get panelUIPosition() {