mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-22 21:28:32 -05:00
UI: Add accessible names to hotkey edit boxes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user