Fix missing enum in switch case

This commit is contained in:
Megamouse 2025-03-11 20:42:49 +01:00
parent 3a71da35a9
commit ec5b2bc8d2

View file

@ -197,6 +197,7 @@ bool config_checker::check_config(QString content, QString& result, bool is_log)
break; break;
} }
case cfg::type::map: case cfg::type::map:
case cfg::type::node_map:
case cfg::type::device: case cfg::type::device:
{ {
// Ignored // Ignored