Fixed a bug in the api helper.
This commit is contained in:
parent
1969c8498f
commit
9e66f0ac98
@ -102,8 +102,9 @@ class APIHelper:
|
|||||||
|
|
||||||
# Register for script change notifications
|
# Register for script change notifications
|
||||||
self.app.getSignalManager().connectSignal(
|
self.app.getSignalManager().connectSignal(
|
||||||
'active-script-changed',
|
'active-script-changed',
|
||||||
self._handleScriptChanged
|
self._handleScriptChanged,
|
||||||
|
'default'
|
||||||
)
|
)
|
||||||
|
|
||||||
def _handleScriptChanged(self, script):
|
def _handleScriptChanged(self, script):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user