mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-20 14:25:38 +00:00
feat: Lower the time for a toast to exist, b=(no-bug), c=common
This commit is contained in:
@@ -460,7 +460,7 @@ var gZenUIManager = {
|
||||
this._toastContainer.setAttribute('hidden', true);
|
||||
}
|
||||
});
|
||||
}, options.timeout || 3000);
|
||||
}, options.timeout || 2000);
|
||||
},
|
||||
|
||||
get panelUIPosition() {
|
||||
|
||||
Reference in New Issue
Block a user