Start recording stream on double-click
This commit is contained in:
parent
07701de8c8
commit
498a20fe4e
|
@ -261,7 +261,7 @@ public class RecordingsTab extends Tab implements TabSelectionListener, Shutdown
|
|||
Recording recording = table.getSelectionModel().getSelectedItem();
|
||||
if (recording != null) {
|
||||
var state = recording.getStatus();
|
||||
if(state == FINISHED || state == RECORDING && config.getSettings().localRecording) {
|
||||
if(state == FINISHED || state == RECORDING) {
|
||||
play(recording);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue