mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 19:59:20 +02:00
Update UserActivityLogger device blacklist
This commit is contained in:
parent
310adb0f45
commit
4e52521f8c
1 changed files with 1 additions and 3 deletions
|
@ -131,9 +131,7 @@ void UserActivityLogger::connectedDevice(QString typeOfDevice, QString deviceNam
|
|||
"3D TV - Side by Side Stereo",
|
||||
"3D TV - Interleaved",
|
||||
|
||||
"Keyboard/Mouse",
|
||||
"Neuron",
|
||||
"SDL2"
|
||||
"Keyboard/Mouse"
|
||||
};
|
||||
|
||||
if (DEVICE_BLACKLIST.contains(deviceName)) {
|
||||
|
|
Loading…
Reference in a new issue