Skip to content

Commit

Permalink
🚸 NSSound.beep() when trying to resize a non-existent window
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKai77 committed Sep 1, 2023
1 parent d2c0879 commit 16e5437
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Loop/Helpers/LoopManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ class LoopManager {

Defaults[.timesLooped] += 1
iconManager.checkIfUnlockedNewIcon()
} else {
NSSound.beep()
}
}
}

0 comments on commit 16e5437

Please sign in to comment.