Skip to content

Commit 73f3bd2

Browse files
maxonaryclaude
andcommitted
fix: Remove duplicate showStatusIcon: method from conflict resolution
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 71f4054 commit 73f3bd2

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

AirPods Sound Quality Fixer/AppDelegate.m

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -491,10 +491,5 @@ - (BOOL)applicationShouldHandleReopen:(NSApplication *)theApplication hasVisible
491491
return YES;
492492
}
493493

494-
- (void)showStatusIcon:(NSNotification *)notification {
495-
[statusItem setVisible:YES];
496-
[defaults setBool:NO forKey:@"StatusIconHidden"];
497-
}
498-
499494
@end
500495

0 commit comments

Comments
 (0)