CubebInput: Avoid redundant CoInitializeEx (#449)

This commit is contained in:
Exzap 2022-11-03 18:29:21 +01:00 committed by GitHub
parent 521f2fb707
commit a40b226e00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 19 deletions

View file

@ -436,7 +436,7 @@ wxPanel* GeneralSettings2::AddAudioPage(wxNotebook* notebook)
}
{
auto box = new wxStaticBox(audio_panel, wxID_ANY, _("Microphone"));
auto box = new wxStaticBox(audio_panel, wxID_ANY, _("Microphone (Experimental)"));
auto box_sizer = new wxStaticBoxSizer(box, wxVERTICAL);
auto audio_input_row = new wxFlexGridSizer(0, 3, 0, 0);