1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-05 08:21:16 -05:00

LocalSink: update local input device list at construction time

This commit is contained in:
f4exb 2024-05-12 03:50:26 +02:00
parent bab47d41c7
commit dae5a9174b

View File

@ -91,6 +91,7 @@ LocalSink::LocalSink(DeviceAPI *deviceAPI) :
this,
&LocalSink::updateDeviceSetList
);
updateDeviceSetList();
}
LocalSink::~LocalSink()