Added settings page for zen glance

This commit is contained in:
mr. M
2024-10-29 09:51:36 +01:00
parent c7bf92f20b
commit 9c105c988c
3 changed files with 30 additions and 1 deletions

View File

@@ -1074,5 +1074,10 @@ Preferences.addAll([
id: 'zen.tabs.show-newtab-under',
type: 'bool',
default: false,
},
{
id: "zen.glance.activation-method",
type: "string",
default: "ctrl",
}
]);