fix: remove notification plugin config (initialized in Rust, no JS config needed)

This commit is contained in:
YetAnotherSuite Dev 2026-07-20 23:16:53 +02:00
parent 76ca906471
commit 436f6dda6c

View File

@ -26,7 +26,6 @@
} }
}, },
"plugins": { "plugins": {
"shell": { "open": true }, "shell": { "open": true }
"notification": true
} }
} }