Skip to content

Commit 1c70a98

Browse files
committed
Fix.
1 parent a0d00f8 commit 1c70a98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Common/Cpp/Options/GroupOption.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ struct GroupOption::Data{
3333
: m_label(std::move(label))
3434
, m_enable_mode(enable_mode)
3535
, m_show_restore_defaults_button(show_restore_defaults_button)
36+
, m_enabled(enable_mode != EnableMode::DEFAULT_DISABLED)
3637
{}
3738
};
3839

0 commit comments

Comments
 (0)