Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mysticial committed Dec 9, 2024
1 parent a0d00f8 commit 1c70a98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Common/Cpp/Options/GroupOption.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ struct GroupOption::Data{
: m_label(std::move(label))
, m_enable_mode(enable_mode)
, m_show_restore_defaults_button(show_restore_defaults_button)
, m_enabled(enable_mode != EnableMode::DEFAULT_DISABLED)
{}
};

Expand Down

0 comments on commit 1c70a98

Please sign in to comment.