Add auto hide main bar with configurable delay - #142
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 530aa32566
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| end) | ||
| end | ||
|
|
||
| MultiBot.RefreshMainBarAutoHideState() |
There was a problem hiding this comment.
Resync auto-hide hotspot after external bar moves
The detector hotspot is only synchronized during initialization/drag paths, so it drifts when the main bar is repositioned by other code paths (for example restoreBoundFramePoints() on ADDON_LOADED and the RTSC saved-state restore path). With auto-hide enabled and a saved non-default position, the bar can hide while the hotspot remains at the old coordinates, making it appear unrecoverable until another refresh-triggering action occurs.
Useful? React with 👍 / 👎.
No description provided.