You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Changelog": "- New AutoGig (spearfishing) Option\n- Added GP management for autocast\n- Added selectable Tugs for Double/Triple hook\n\n-- Small changes --\n- Adjustments to the UI\n- A lot of code refactor\n- Some bugfixes"
Copy file name to clipboardExpand all lines: AutoHook/Ui/TabAutoCasts.cs
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,10 @@ internal class TabAutoCasts : TabBaseConfig
18
18
19
19
publicoverridevoidDrawHeader()
20
20
{
21
-
ImGui.TextWrapped("The new Auto Cast/Mooch is a experimental feature and can be a little confusing at first. I'll be trying to find a more simple and intuitive solution later\nPlease report any issues you encounter.");
21
+
//ImGui.TextWrapped("The new Auto Cast/Mooch is a experimental feature and can be a little confusing at first. I'll be trying to find a more simple and intuitive solution later\nPlease report any issues you encounter.");
22
22
23
23
// Disable all casts
24
+
ImGui.Spacing();
24
25
if(DrawUtil.Checkbox("Enable Auto Casts",refcfg.EnableAll,"You can uncheck this to not use any actions below"))
25
26
{}
26
27
@@ -30,6 +31,8 @@ public override void DrawHeader()
30
31
if(DrawUtil.Checkbox("Don't Cancel Mooch",refAutoCastsConfig.DontCancelMooch,"If mooch is available & Auto Mooch is enabled, actions that cancel mooch wont be used (e.g. Chum, Fish Eyes, Prize Catch etc.)"))
0 commit comments