blur enabled event

This commit is contained in:
Ashley Wulber 2026-04-17 13:41:09 -04:00 committed by Ashley Wulber
parent 1bcba7e30c
commit a63d57261f
3 changed files with 21 additions and 20 deletions

View file

@ -46,4 +46,6 @@ pub enum Event {
Subsurface(SubsurfaceEvent),
/// Keyboard inhibit shortcuts
ShortcutsInhibited(bool),
/// Blur Support Enabled
BlurEnabled,
}