Skip to content

Commit 871d248

Browse files
committed
Add setting for Manage Wandoos
1 parent 1ae64cf commit 871d248

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

NGUInjector/Main.cs

+5
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,10 @@ void DoGui(int windowId)
454454
Settings.AutoConvertBoosts = GUILayout.Toggle(Settings.AutoConvertBoosts, "Manage Boost Conversion");
455455
GUILayout.EndHorizontal();
456456

457+
GUILayout.BeginHorizontal();
458+
Settings.ManageWandoos = GUILayout.Toggle(Settings.ManageWandoos, "Auto Swap Wandoos");
459+
GUILayout.EndHorizontal();
460+
457461
GUILayout.BeginHorizontal();
458462
Settings.SwapTitanLoadouts = GUILayout.Toggle(Settings.SwapTitanLoadouts, "Swap Loadout For Titan");
459463
Settings.SwapYggdrasilLoadouts = GUILayout.Toggle(Settings.SwapYggdrasilLoadouts, "Swap Loadout For Yggdrasil");
@@ -471,6 +475,7 @@ void DoGui(int windowId)
471475
Settings.AutoRebirth = GUILayout.Toggle(Settings.AutoRebirth, "Auto Rebirth");
472476
GUILayout.EndHorizontal();
473477

478+
474479
//if (GUILayout.Button("Test"))
475480
//{
476481
// _profile.DebugTMCap();

0 commit comments

Comments
 (0)