Browse Source

UI: Add accessible names to hotkey edit boxes

DriftedClouds 1 year ago
parent
commit
db3072f33c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      UI/window-basic-settings.cpp

+ 1 - 0
UI/window-basic-settings.cpp

@@ -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);