mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-04-10 17:50:28 -04:00
UI: Fix locale for 'disabled' devices in audio settings
This commit is contained in:
@@ -1941,7 +1941,7 @@ void OBSBasicSettings::LoadListValues(QComboBox *widget, obs_property_t *prop,
|
||||
deviceId = obs_data_get_string(settings, "device_id");
|
||||
}
|
||||
|
||||
widget->addItem(QTStr("Disabled"), "disabled");
|
||||
widget->addItem(QTStr("Basic.Settings.Audio.Disabled"), "disabled");
|
||||
|
||||
for (size_t i = 0; i < count; i++) {
|
||||
const char *name = obs_property_list_item_name(prop, i);
|
||||
|
||||
Reference in New Issue
Block a user