Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
input-field: Fix crash when numlock is on and numlock_color is fallba…
…ck (#673) When numlock is enabled but numlock_color is fallback, `targetGrad` remains nullptr. This causes Hyprlock to crash in updateColors(). This commit aligns the condition check for assigning `targetGrad` with later usages.
- Loading branch information