Guard against crash bug when scrolling over expand icon in tray

Closes #3892
This commit is contained in:
David Heinemeier Hansson
2025-12-16 07:49:17 -08:00
parent 7ce838565c
commit f578880bc8

View File

@@ -127,7 +127,11 @@
},
"custom/expand-icon": {
"format": "",
"tooltip": false
"tooltip": false,
"on-scroll-up": "",
"on-scroll-down": "",
"on-scroll-left": "",
"on-scroll-right": ""
},
"custom/screenrecording-indicator": {
"on-click": "omarchy-cmd-screenrecord",