1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Audio Input: Make sure audio device name corresponds to GUI setting. Set start/stop button background colour according to device status.

This commit is contained in:
Jon Beniston
2023-01-15 10:24:58 +00:00
parent 0a257f393e
commit d548ff0eb9
2 changed files with 29 additions and 0 deletions
@@ -80,6 +80,7 @@ private slots:
void on_startStop_toggled(bool checked);
void updateHardware();
void openDeviceSettingsDialog(const QPoint& p);
void updateStatus();
};
#endif // INCLUDE_AUDIOINPUTGUI_H