Skip to content

Commit

Permalink
lstrip hardware in as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
onyx-and-iris committed Sep 13, 2023
1 parent aaa2c72 commit 2562c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nvda_voicemeeter/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def run(self):
setattr(self.vm.strip[index].device, "wdm", "")
self.TKroot.after(200, self.nvda.speak, f"HARDWARE IN {key} device selection removed")
case [driver, device_name]:
setattr(self.vm.strip[index].device, driver, device_name.strip())
setattr(self.vm.strip[index].device, driver, device_name.lstrip())
phonetic = {"mme": "em em e"}
self.TKroot.after(
200,
Expand Down

0 comments on commit 2562c02

Please sign in to comment.