Skip to content

Commit

Permalink
✨ Don't increment timesLooped if direction is .noAction
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKai77 committed Oct 22, 2023
1 parent 3a0adef commit c36fd98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Loop/Managers/LoopManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ class LoopManager {
if self.frontmostWindow != nil &&
self.screenWithMouse != nil &&
forceClose == false &&
self.currentResizingDirection != .noAction &&
self.isLoopShown {

isLoopShown = false
Expand Down

0 comments on commit c36fd98

Please sign in to comment.