Added configuration options for notifications.

This commit is contained in:
Jas Singh
2024-07-27 00:54:56 -07:00
parent 77c79a2d99
commit d8e58546ad
4 changed files with 14 additions and 3 deletions

View File

@@ -719,6 +719,8 @@ const options = mkOptions(OPTIONS, {
notifications: {
position: opt<"top" | "top right" | "top left" | "bottom" | "bottom right" | "bottom left">("top right"),
timeout: opt(7000),
cache_actions: opt(true),
},
})