mirror of
https://github.com/onyx-and-iris/nvda-addon-voicemeeter.git
synced 2026-03-21 04:19: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
|
return retval
|
||||||
|
|
||||||
def login(self):
|
def login(self):
|
||||||
return self._call(self.bind_login)
|
return self._call(self.bind_login, ok=(0, 1))
|
||||||
|
|
||||||
def logout(self):
|
def logout(self):
|
||||||
return self._call(self.bind_logout)
|
return self._call(self.bind_logout)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user