mirror of
https://github.com/hyprwm/Hyprland.git
synced 2026-08-30 18:14:16 -05:00
If debug:manual_crash is set on startup, parseKeyword tries to call g_pHyprNotificationOverlay->addNotification, but g_pHyprNotificationOverlay isn't initialized yet (is nullptr) This commit adds a sanity check for that.