Qt: Don't refresh mic and midi list in constructor

This commit is contained in:
Megamouse 2023-05-18 21:27:38 +02:00
parent 6794ae35a1
commit 5a4206e05d
2 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@ constexpr auto qstr = QString::fromStdString;
microphone_creator::microphone_creator()
{
setObjectName("microphone_creator");
refresh_list();
}
// We need to recreate the localized string because the microphone creator is currently only created once.

View File

@ -10,7 +10,6 @@ LOG_CHANNEL(cfg_log, "CFG");
midi_creator::midi_creator()
{
refresh_list();
}
// We need to recreate the localized string because the midi creator is currently only created once.