1
BearD01001 26 天前 via iPhone
你之前是安装了 moom 之类的窗口管理软件吧,可能系统更新后没有自启动
|
2
atone 26 天前
试试将 NSZoomButtonShowMenu 设置为 yes ,或者删除(恢复默认值)
defaults write -g NSZoomButtonShowMenu -bool yes; killall Finder 或者 defaults delete -g NSZoomButtonShowMenu; killall Finder |
3
zyxk OP @BearD01001
@atone 谢谢,我早就卸载了 moom ,但是我刚才安装了 moom 后,可以弹出 moom 的菜单, 退出 moom 后,系统自带的也正常了,可能 moom 自动调整了一下吧 |