Commit 871d248 1 parent 1ae64cf commit 871d248 Copy full SHA for 871d248
File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -454,6 +454,10 @@ void DoGui(int windowId)
454
454
Settings . AutoConvertBoosts = GUILayout . Toggle ( Settings . AutoConvertBoosts , "Manage Boost Conversion" ) ;
455
455
GUILayout . EndHorizontal ( ) ;
456
456
457
+ GUILayout . BeginHorizontal ( ) ;
458
+ Settings . ManageWandoos = GUILayout . Toggle ( Settings . ManageWandoos , "Auto Swap Wandoos" ) ;
459
+ GUILayout . EndHorizontal ( ) ;
460
+
457
461
GUILayout . BeginHorizontal ( ) ;
458
462
Settings . SwapTitanLoadouts = GUILayout . Toggle ( Settings . SwapTitanLoadouts , "Swap Loadout For Titan" ) ;
459
463
Settings . SwapYggdrasilLoadouts = GUILayout . Toggle ( Settings . SwapYggdrasilLoadouts , "Swap Loadout For Yggdrasil" ) ;
@@ -471,6 +475,7 @@ void DoGui(int windowId)
471
475
Settings . AutoRebirth = GUILayout . Toggle ( Settings . AutoRebirth , "Auto Rebirth" ) ;
472
476
GUILayout . EndHorizontal ( ) ;
473
477
478
+
474
479
//if (GUILayout.Button("Test"))
475
480
//{
476
481
// _profile.DebugTMCap();
You can’t perform that action at this time.
0 commit comments