[hammerspoon] fix stopping Quitter spoon

pull/30/head
Alpha Chen 5 years ago
parent a958504ec4
commit 933f775cd7

@ -59,7 +59,7 @@ end
--- * None
function obj:stop()
self.watcher:stop()
self.windowFilter:unsubscribe()
self.windowFilter:unsubscribe(hs.window.filter.windowFocused)
self.timer:stop()
end

Loading…
Cancel
Save