Description
# Minimize All Objectives
Lightweight **World of Warcraft: Retail** addon that keeps the default **All Objectives** quest tracker **collapsed** after the game tends to expand it again—login, `/reload`, loading screens (dungeons, raids, hearths, portals), and similar.
You can still **open the tracker anytime** with the normal header control; this addon does not block manual expand.
---
## CurseForge (copy-paste)
**Summary** (short package summary):
> Keeps the default Retail objective tracker collapsed after login, reload, and loading screens. Expand manually whenever you want.
**Description** (longer project description; CurseForge accepts Markdown):
```markdown
**Minimize All Objectives** automatically collapses Blizzard's **All Objectives** frame after moments when it often pops back **fully expanded**—for example logging in, `/reload`, or zoning after a loading screen.
**Features**
- Collapses the main objective tracker using the same state as the in-game minimize button
- No in-game settings required; install and enable
- You retain full control: expand the tracker normally when you need it
**Events used** (high level): login and entering the world after a load, with a short delayed retry so the UI can finish updating first.
**Retail** — targeted at current **Midnight / 12.x** interface (`## Interface: 120000` in the TOC). If your client marks the addon out of date after a patch, bump that number to match your game version.
**License:** MIT — see `LICENSE` in the package.
```
---
## Installation
1. Copy the `MinimizeAllObjectives` folder into:
`World of Warcraft\_retail_\Interface\AddOns\`
2. On the character screen, open **AddOns** and enable **Minimize All Objectives**.
---
## Files
| File | Purpose |
|------|---------|
| `MinimizeAllObjectives.toc` | Addon metadata |
| `MinimizeAllObjectives.lua` | Logic |
| `LICENSE` | MIT license |
| `Media/Logo.png` | Project image for CurseForge (also `Logo.svg` for edits) |
---
## Before you publish
- **Main contributor:** AchillesGG (listed in the TOC and `LICENSE`).
- After CurseForge creates the project, you can add **`## X-Curse-Project-ID: <id>`** to the TOC for the CurseForge packager (optional).
## License
This project is licensed under the [MIT License](LICENSE). Copyright AchillesGG.
World of Warcraft is a trademark of Blizzard Entertainment. This addon is not affiliated with or endorsed by Blizzard.


