lstrip hardware in as well.

This commit is contained in:
onyx-and-iris 2023-09-13 10:59:41 +01:00
parent aaa2c72668
commit 2562c02b7e

View File

@ -410,7 +410,7 @@ class NVDAVMWindow(psg.Window):
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,