diff --git a/src/main/bridge.ts b/src/main/bridge.ts index 1a257a9..25c62d2 100644 --- a/src/main/bridge.ts +++ b/src/main/bridge.ts @@ -180,6 +180,8 @@ class BridgeToy { if (source.deviceType === 'pen' || source.deviceType === 'orf') { if (source.deviceType === 'pen' && !bindPen) continue; if (source.deviceType === 'orf' && !bindOrf) continue; + } + if (source.deviceType === 'pen' || source.deviceType === 'orf' || source.deviceType === 'touch') { if (bindIds.length && !bindIds.includes(source.deviceName)) continue; if (!this.getConfigBool(source.featureName, defaultFeatures.includes(source.featureName))) continue; }