Skip to content

Commit

Permalink
Mac: Don't randomly printf the recents list from PSPNSApplicationDele…
Browse files Browse the repository at this point in the history
…gate
  • Loading branch information
hrydgard committed Jan 27, 2024
1 parent 936cf18 commit 437dbe4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion UI/PSPNSApplicationDelegate.mm
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ - (void)application:(NSApplication *)application openURLs:(NSArray<NSURL *> *)ur
}

- (NSMenu *)applicationDockMenu:(NSApplication *)sender {
// TODO: Actually implement a dock menu thingy.
for (std::string iso : g_Config.RecentIsos()) {
printf("%s\n", iso.c_str());
// printf("%s\n", iso.c_str());
}

return nil;
Expand Down

0 comments on commit 437dbe4

Please sign in to comment.