mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-30 21:32:50 +00:00
Qt: Don't refresh mic and midi list in constructor
This commit is contained in:
parent
6794ae35a1
commit
5a4206e05d
@ -10,7 +10,6 @@ constexpr auto qstr = QString::fromStdString;
|
|||||||
microphone_creator::microphone_creator()
|
microphone_creator::microphone_creator()
|
||||||
{
|
{
|
||||||
setObjectName("microphone_creator");
|
setObjectName("microphone_creator");
|
||||||
refresh_list();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// We need to recreate the localized string because the microphone creator is currently only created once.
|
// 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()
|
midi_creator::midi_creator()
|
||||||
{
|
{
|
||||||
refresh_list();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// We need to recreate the localized string because the midi creator is currently only created once.
|
// We need to recreate the localized string because the midi creator is currently only created once.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user