diff --git a/lib/include/elements/element/button.hpp b/lib/include/elements/element/button.hpp index a67f14ac..3800ef5f 100644 --- a/lib/include/elements/element/button.hpp +++ b/lib/include/elements/element/button.hpp @@ -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; }; /**