Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorIsBlue committed Aug 11, 2024
1 parent 511ca98 commit 5695213
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Aimmy2/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -362,12 +362,12 @@ private void Toggle_Action(string title)
case "EMA Smoothening":
MouseManager.IsEMASmoothingEnabled = Dictionary.toggleState[title];
break;
case "X Axis Percentage Adjustment":
VisibilityXY();
break;
case "Y Axis Percentage Adjustment":
VisibilityXY();
break;
//case "X Axis Percentage Adjustment":
// VisibilityXY();
// break;
//case "Y Axis Percentage Adjustment":
// VisibilityXY();
// break;
}
}

Expand Down

0 comments on commit 5695213

Please sign in to comment.