Skip to content

Commit

Permalink
oops. wrong default
Browse files Browse the repository at this point in the history
  • Loading branch information
djowel committed Aug 2, 2024
1 parent 90adf29 commit 7aa2c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/include/elements/element/button.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ namespace cycfi::elements
bool value : 1 = false;
bool hilite : 1 = false;
bool tracking : 1 = false;
bool enabled : 1 = false;
bool enabled : 1 = true;
};

/**
Expand Down

0 comments on commit 7aa2c38

Please sign in to comment.