소스 검색

UI: Add accessible names to hotkey edit boxes

DriftedClouds 2 년 전
부모
커밋
db3072f33c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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);