Mac: Don't randomly printf the recents list from PSPNSApplicationDelegate

This commit is contained in:
Henrik Rydgård 2024-01-27 11:09:11 +01:00
parent 936cf18a1b
commit 437dbe4989

View File

@ -32,8 +32,9 @@
}
- (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;