mirror of
https://github.com/onyx-and-iris/nvda-addon-voicemeeter.git
synced 2026-03-20 20:09:11 +00:00
fix regression, login should allow a return value of 1.
This commit is contained in:
parent
f458fb8d0e
commit
0bd28be7b8
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user