隐藏 macOS Tahoe 的菜单图标
Hide macOS Tahoe's Menu Icons

原始链接: https://512pixels.net/2026/03/hide-macos-tahoes-menu-icons-with-this-one-simple-trick/

我非常不喜欢苹果在macOS Tahoe的菜单中添加图标的选择。这使得菜单难以浏览,而且苹果选择的许多图标毫无意义,并且在系统应用程序之间不一致。Steve Troughton-Smith为我找到了一个禁用它们的终端命令,真是我的英雄:对于macOS Tahoe上讨厌菜单图标的人来说:defaults write -g NSMenuEnableActionImages -bool NO 它甚至保留了你想要图标的少数实例,例如窗口缩放/调整大小。重新启动应用程序后,它们会尊重此更改。我几分钟前运行了这个命令,已经体会到了变化。我真的认为苹果应该在macOS 27中撤销此更改,或者为我们这些觉得它们分散注意力的人提供一个适当的设置来禁用这些图标。

## macOS Tahoe 图标争议 - Hacker News 总结 最近 Hacker News 上出现了一场关于 macOS Tahoe 视觉变化(特别是新的菜单图标)的讨论。用户普遍表达了对设计的沮丧,认为其不一致、可用性差,并且偏离了 macOS 的传统美学。许多人认为苹果正在优先与 VisionOS 的协调,牺牲了 macOS 的体验。 一些评论者正在考虑切换到 Linux,而另一些人则正在恢复到旧版本的 macOS。一个详细分析图标问题的链接在此 (https://tonsky.me/blog/tahoe-icons/),强调了不一致性和可疑的设计选择。 有人猜测人工智能和苹果设计团队领导层变动的影响。虽然存在一个隐藏菜单栏图标的内置设置,但这并没有解决重新设计的菜单图标本身的问题。尽管最初持怀疑态度,一些用户承认他们正在适应,但总体情绪仍然强烈负面。
相关文章

原文

I really dislike Apple’s choice to clutter macOS Tahoe’s menus with icons. It makes menus hard to scan, and a bunch of the icons Apple has chosen make no sense and are inconsistent between system applications.

Steve Troughton-Smith is my hero for finding a Terminal command to disable them:

Here’s one for the icons-in-menus haters on macOS Tahoe:

defaults write -g NSMenuEnableActionImages -bool NO

It even preserves the couple of instances you do want icons, like for window zoom/resize.

Your apps will respect this change after relaunching. I ran this a few minutes ago and already appreciate the change. I really think Apple should roll this change back in macOS 27, or offer a proper setting to disable these icons for those of us who find them distracting.

联系我们 contact @ memedata.com