Skip to content

Commit

Permalink
Don't generate old QuickDraw icon elements.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddTheSane committed Jan 7, 2024
1 parent c601fc0 commit 8113c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Boxer/Application Delegate/BXSampleGamesCopy.m
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ - (void) main
{
NSImage *iconForGame = [CoverArt coverArtWithImage: image];

[[NSWorkspace sharedWorkspace] setIcon: iconForGame forFile: destinationURL.path options: 0];
[[NSWorkspace sharedWorkspace] setIcon: iconForGame forFile: destinationURL.path options: NSExcludeQuickDrawElementsIconCreationOption];
}
}
}
Expand Down

0 comments on commit 8113c64

Please sign in to comment.