diff options
Diffstat (limited to 'src/config/types.ts')
| -rw-r--r-- | src/config/types.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/types.ts b/src/config/types.ts index a311f88..8936937 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -24,6 +24,7 @@ export default { "style.transparency": ["off", "normal", "high"], "style.borders": BOOL, "style.vibrant": BOOL, + "config.notifyOnError": BOOL, // Bar "bar.vertical": BOOL, "bar.style": ["gaps", "panel", "embedded"], |