mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-01 23:48:37 +00:00
Added newtab button option to stay under last tab and reworked gradient generator's layout
This commit is contained in:
@@ -47,6 +47,8 @@
|
||||
0
|
||||
);
|
||||
|
||||
document.l10n.setAttributes(document.getElementById('tabs-newtab-button'), 'tabs-toolbar-new-tab');
|
||||
|
||||
function throttle(f, delay) {
|
||||
let timer = 0;
|
||||
return function (...args) {
|
||||
|
Reference in New Issue
Block a user