Fix adding new scanning inputs not working (#808)

This commit is contained in:
toasted-nutbread 2020-09-11 16:03:46 -04:00 committed by GitHub
parent f168efb69c
commit 0c2f0aa4eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,11 @@ class ScanInputsController {
path: 'scanning.inputs',
start: index,
deleteCount: 0,
items: [{include, exclude}]
items: [{
include,
exclude,
types: {mouse: true, touch: false, pen: false}
}]
}]);
}