@ -8,8 +8,8 @@ Branch2::Branch2()
}
Branch2::Branch2(toml::value const &v_)
: mode(Mode::RW)
{
enabled = v_.at("enabled").as_boolean();
mode = Mode::RW;
// mode = v_.at("mode").as_string();