[hammerspoon] fix issue with Quitter

pull/37/head
Alpha Chen 3 years ago
parent a3d6891d11
commit 5751480d1b

@ -101,7 +101,7 @@ function obj:reap()
withdrawAfter = 2,
}):send()
app:kill()
self.lastFocused[app:bundleID()] = nil
self.lastFocused[app:name()] = nil
end
end

Loading…
Cancel
Save