Expanded on sidebar stylings and added option to disable border of bottom icons

This commit is contained in:
mauro-balades
2024-10-04 19:19:40 +02:00
parent d28062cc93
commit c8391950cf
6 changed files with 53 additions and 38 deletions

View File

@@ -991,4 +991,9 @@ Preferences.addAll([
type: 'int',
default: 10,
},
{
id: 'zen.view.show-bottom-border',
type: 'bool',
default: false,
}
]);