mirror of
https://github.com/onyx-and-iris/nvda-voicemeeter.git
synced 2024-11-22 18:00:50 +00:00
remove print statement
This commit is contained in:
parent
b3771b13c0
commit
084177ea2d
@ -247,7 +247,6 @@ class NVDAVMWindow(psg.Window):
|
||||
index = int(data["Index"]) - 1
|
||||
match tab:
|
||||
case "Physical Strip" | "Virtual Strip":
|
||||
print(self.cache["labels"]["strip"][f"STRIP {index}||LABEL"])
|
||||
label = data.get("Edit") or self.cache["labels"]["strip"][f"STRIP {index}||LABEL"]
|
||||
self.vm.strip[index].label = label
|
||||
self[f"STRIP {index}||LABEL"].update(value=label)
|
||||
|
Loading…
Reference in New Issue
Block a user