Skip to content

Commit

Permalink
Update MenuBarItemManager.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbaird committed Sep 1, 2024
1 parent d38344f commit 70baa12
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Ice/MenuBar/MenuBarItemManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -631,9 +631,6 @@ extension MenuBarItemManager {
to forwardedLocation: EventTap.Location,
waitingForFrameChangeOf item: MenuBarItem
) async throws {
var error: EventError {
EventError(code: .couldNotComplete, item: item)
}
guard let currentFrame = getCurrentFrame(for: item) else {
try await forwardEvent(event, from: initialLocation, to: forwardedLocation, item: item)
Logger.itemManager.warning("Couldn't get menu bar item frame for \(item.logString), so using fixed delay")
Expand Down

0 comments on commit 70baa12

Please sign in to comment.