mirror of
https://github.com/onyx-and-iris/nvda-addon-voicemeeter.git
synced 2026-04-18 00:53:30 +00:00
fix regression, login should allow a return value of 1.
This commit is contained in:
@@ -45,7 +45,7 @@ class Binds:
|
||||
return retval
|
||||
|
||||
def login(self):
|
||||
return self._call(self.bind_login)
|
||||
return self._call(self.bind_login, ok=(0, 1))
|
||||
|
||||
def logout(self):
|
||||
return self._call(self.bind_logout)
|
||||
|
||||
Reference in New Issue
Block a user