mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-22 04:25:19 +00:00
Qt: Don't refresh mic and midi list in constructor
This commit is contained in:
parent
6794ae35a1
commit
5a4206e05d
2 changed files with 0 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue