Added newtab button option to stay under last tab and reworked gradient generator's layout

This commit is contained in:
mr. M
2024-10-26 15:38:45 +02:00
parent 4ee7fa2af7
commit f019490989
10 changed files with 66 additions and 21 deletions

View File

@@ -1075,4 +1075,9 @@ Preferences.addAll([
type: 'bool',
default: true,
},
{
id: 'zen.tabs.show-newtab-under',
type: 'bool',
default: false,
}
]);