docs: fix misleading README claims, add missing features, remove hr noise

- Fix "server does not start by default" (MCP now auto-starts)
- Rephrase tagline to name ReClass.NET/ReClassEx directly
- Add missing features: enums, bitfields, PDB import, themes, disasm preview, heatmap, MDI tabs, import/export
- Note Qt 5 support alongside Qt 6
- Align autoStartMcp default to true in options dialog
- Remove all horizontal rule separators
This commit is contained in:
IChooseYou
2026-02-24 12:48:50 -07:00
parent c45d51d736
commit 4941f860b6
3 changed files with 14 additions and 25 deletions

View File

@@ -16,7 +16,7 @@ struct OptionsResult {
bool menuBarTitleCase = true;
bool showIcon = false;
bool safeMode = false;
bool autoStartMcp = false;
bool autoStartMcp = true;
int refreshMs = 660;
};