From 5ad070562a64ae7b44cce111c933b8d792db2d2c Mon Sep 17 00:00:00 2001
From: dtw <362017+dtw@users.noreply.github.com>
Date: Mon, 2 Mar 2020 16:45:49 +0000
Subject: [PATCH 1/2] Add info for settings options
---
_pages/addons/autocontrol.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/_pages/addons/autocontrol.md b/_pages/addons/autocontrol.md
index 8668865..a34d493 100644
--- a/_pages/addons/autocontrol.md
+++ b/_pages/addons/autocontrol.md
@@ -39,5 +39,9 @@ The following all commands correspond to the burden tracker.
Default configurations can be adjusted at the following location: `...addons\autocontrol\data\settings.xml`
+To hide maneuver timers set `false`. Toggle in game with `//acon maneuvertimers` or `//acon mt`.
+
+To hide burden tracker set `false`. Toggle in game with `//acon show` and `//acon hide`.
+
## Source
The latest source and information for this addon can be found on [GitHub](https://github.com/Windower/Lua/tree/live/addons/autocontrol).
\ No newline at end of file
From b1ee4c22d442a122ac71ed7551e8d473a502251a Mon Sep 17 00:00:00 2001
From: dtw <362017+dtw@users.noreply.github.com>
Date: Mon, 2 Mar 2020 16:46:07 +0000
Subject: [PATCH 2/2] Add info about default attachment sets
---
_pages/addons/autocontrol.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/_pages/addons/autocontrol.md b/_pages/addons/autocontrol.md
index a34d493..362c2c9 100644
--- a/_pages/addons/autocontrol.md
+++ b/_pages/addons/autocontrol.md
@@ -43,5 +43,11 @@ To hide maneuver timers set `false`. Toggle in
To hide burden tracker set `false`. Toggle in game with `//acon show` and `//acon hide`.
+## Default Sets
+
+Two attachments sets are included by default:
+* healer
+* melrng
+
## Source
The latest source and information for this addon can be found on [GitHub](https://github.com/Windower/Lua/tree/live/addons/autocontrol).
\ No newline at end of file