UI: Add accessible names to hotkey edit boxes

This commit is contained in:
DriftedClouds
2024-01-25 22:43:27 -05:00
committed by Lain
parent 66c0080d5c
commit db3072f33c

View File

@@ -3037,6 +3037,7 @@ LayoutHotkey(OBSBasicSettings *settings, obs_hotkey_id id, obs_hotkey_t *key,
settings, combos->second);
hw->label = label;
hw->setAccessibleName(text);
label->widget = hw;
fun(key, label, hw);