We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90adf29 commit 7aa2c38Copy full SHA for 7aa2c38
lib/include/elements/element/button.hpp
@@ -47,7 +47,7 @@ namespace cycfi::elements
47
bool value : 1 = false;
48
bool hilite : 1 = false;
49
bool tracking : 1 = false;
50
- bool enabled : 1 = false;
+ bool enabled : 1 = true;
51
};
52
53
/**
0 commit comments