From 47231527c1029c1bb81d6a1080d61390e41ea7e1 Mon Sep 17 00:00:00 2001 From: Digital Artifex <7929434+DigitalArtifex@users.noreply.github.com> Date: Sun, 17 Aug 2025 05:05:31 -0400 Subject: [PATCH] Fixed typos in buffer association --- package/contents/ui/KomplexModel.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/contents/ui/KomplexModel.qml b/package/contents/ui/KomplexModel.qml index 51aaba0..06c5a31 100644 --- a/package/contents/ui/KomplexModel.qml +++ b/package/contents/ui/KomplexModel.qml @@ -242,7 +242,7 @@ Item } if (pack.channel3) { - if(typeof pack.channel0 === "string") + if(typeof pack.channel3 === "string") { switch(pack.channel3) { @@ -414,7 +414,7 @@ Item } if (channel.channel3) { - if(typeof channel.channel0 === "string") + if(typeof channel.channel3 === "string") { switch(channel.channel3) {