diff options
| author | netop://ウィビ <paul@webb.page> | 2026-04-11 14:24:49 -0700 |
|---|---|---|
| committer | netop://ウィビ <paul@webb.page> | 2026-04-11 14:24:49 -0700 |
| commit | 8c34d810af95fae0ef846f54370a8c88bfab7123 (patch) | |
| tree | 436beaf30f7b2b3f15741dd54a37e313964d1f7d /remarks/WR-021.txt | |
Diffstat (limited to 'remarks/WR-021.txt')
| -rw-r--r-- | remarks/WR-021.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/remarks/WR-021.txt b/remarks/WR-021.txt new file mode 100644 index 0000000..cc9be0f --- /dev/null +++ b/remarks/WR-021.txt @@ -0,0 +1,24 @@ + + + + + + + +Document: WR-021 P. Webb + 2026.03.24 + + Remove the egregious icons in menus on macOS Tahoe + +Body + + ```sh + defaults write -g NSMenuEnableActionImages -bool NO + ``` + + Quit and reopen apps or restart your computer for this change to take + effect[1]. Huzzah! + +References + + [1] <https://mastodon.social/@stroughtonsmith/116262411548746327> |
