You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cyminhook has some methods to add hooks to be queued to be enabled or disabled. We should investigate whether this is more efficient than the current method.
This solution would look something like:
for each hook:
cyminhook.queue_enable(hook)
cyminhook.apply_queued()
Can probably use queue_disable to bulk disable too.
The text was updated successfully, but these errors were encountered:
cyminhook
has some methods to add hooks to be queued to be enabled or disabled. We should investigate whether this is more efficient than the current method.This solution would look something like:
Can probably use
queue_disable
to bulk disable too.The text was updated successfully, but these errors were encountered: