Now properly activates meters.

pull/156/head
Fredrik Öhrström 2020-09-07 13:15:38 +02:00
rodzic d127f46807
commit 04175023a8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -3992,5 +3992,5 @@ bool isPossibleDevice(string arg, Device *device)
checkFileExists(device->file.c_str()) ||
checkIfSimulationFile(device->file.c_str())) return true;
return true;
return false;
}