Skip to content

Commit 7aa2c38

Browse files
committed
oops. wrong default
1 parent 90adf29 commit 7aa2c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/include/elements/element/button.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ namespace cycfi::elements
4747
bool value : 1 = false;
4848
bool hilite : 1 = false;
4949
bool tracking : 1 = false;
50-
bool enabled : 1 = false;
50+
bool enabled : 1 = true;
5151
};
5252

5353
/**

0 commit comments

Comments
 (0)