forked from Babyhamsta/Aimmy
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reintroduce and utilize VisibilityXY method for UI updates
The commented-out call to `VisibilityXY()` has been uncommented, making it active. The `VisibilityXY` method has been reintroduced to handle the visibility of UI elements based on the state of "X Axis Percentage Adjustment" and "Y Axis Percentage Adjustment" toggles. The method is now called in various parts of the code, including when these toggles are clicked, when the "X Axis Percentage Adjustment" and "Y Axis Percentage Adjustment" cases are handled in a switch statement, and when the `ToggleAimConfig` method is called. Additionally, minor formatting changes have been made for better readability. These changes enhance the dynamic behavior of the UI, making it more responsive to user interactions and configuration changes.
- Loading branch information
1 parent
754b22f
commit c696bbf
Showing
1 changed file
with
51 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters