Fix crash in non-rapid link yanking
This commit is contained in:
parent
d705e600e2
commit
563d9bd097
@ -922,7 +922,8 @@ class HintManager(QObject):
|
||||
except HintingError as e:
|
||||
message.error(str(e))
|
||||
|
||||
self._context.first_run = False
|
||||
if self._context is not None:
|
||||
self._context.first_run = False
|
||||
|
||||
@cmdutils.register(instance='hintmanager', scope='tab',
|
||||
modes=[usertypes.KeyMode.hint])
|
||||
|
Loading…
Reference in New Issue
Block a user