1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-10-02 01:36:38 -04: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, this,
&LocalSink::updateDeviceSetList &LocalSink::updateDeviceSetList
); );
updateDeviceSetList();
} }
LocalSink::~LocalSink() LocalSink::~LocalSink()