diff --git a/README.md b/README.md index 477ceb8..fa12871 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,12 @@ at the newest build. > works: Apple removed that route in macOS 15. Installing with brew skips all of it, which is what > makes brew the recommended one. See [docs/RELEASE.md](docs/RELEASE.md). +> [!WARNING] +> **A fixed Dock has started hiding?** Full-screen video and other macOS transitions can sometimes +> make a Dock configured to stay visible behave as though it were set to auto-hide. Open Terminal and +> run `killall Dock` to restore it. This is a known macOS bug; Nifro works around it as far as it can, +> and the issue has been reported to Apple. + Requires macOS 15 or later. ### Uninstalling diff --git a/README.zh-Hans.md b/README.zh-Hans.md index 09e1526..795dc12 100644 --- a/README.zh-Hans.md +++ b/README.zh-Hans.md @@ -82,6 +82,11 @@ brew install --cask nifro > Apple 把这条路去掉了。用 brew 装则完全遇不到这一步 —— 这正是推荐 brew 的原因。详见 > [docs/RELEASE.md](docs/RELEASE.md)。 +> [!WARNING] +> **原本固定显示的 Dock 开始自动隐藏了?** 视频全屏等 macOS 状态切换后,原本固定显示的 Dock 有时会 +> 错误地变成自动隐藏,只在鼠标移到屏幕边缘时出现。打开终端,运行 `killall Dock` 即可恢复。这是已知的 +> macOS bug;Nifro 已尽力规避,也已向 Apple 报告。 + 要求 macOS 15 或更新版本。 ### 卸载 diff --git a/assets/panel-two-displays.jpg b/assets/panel-two-displays.jpg index 0ade2c8..50548f3 100644 Binary files a/assets/panel-two-displays.jpg and b/assets/panel-two-displays.jpg differ diff --git a/assets/wallpaper-video.jpg b/assets/wallpaper-video.jpg index 9f907a7..9256b0d 100644 Binary files a/assets/wallpaper-video.jpg and b/assets/wallpaper-video.jpg differ