Browse Source

branches2.cpp

toml4
Antonio SJ Musumeci 8 months ago
parent
commit
3da6b5ae28
  1. 1
      src/branches2.cpp

1
src/branches2.cpp

@ -18,6 +18,7 @@ Branches2::Branches2(toml::value const &v_)
{
auto const &tiers = toml::find(v_,"tier");
min_free_space = toml::find_or(v_,"min-free-space",0);
for(auto const &tier : tiers.as_array())
{
bool enabled;

Loading…
Cancel
Save