v1.4.3
This commit is contained in:
@@ -13,6 +13,7 @@ export class ExternalModules{
|
||||
}
|
||||
if (this.active == false) return;
|
||||
for (let device of streamDeck.buttonContext) {
|
||||
if (device?.buttons == undefined) continue;
|
||||
for (let i=0; i<device.buttons.length; i++){
|
||||
const data = device.buttons[i];
|
||||
if (data == undefined || data.action != 'external') continue;
|
||||
|
||||
Reference in New Issue
Block a user