sculpt: hide system_view in graph

This commit is contained in:
Christian Helmuth 2023-04-28 08:27:52 +02:00
parent 97070620af
commit 22d8c4059e

View File

@ -211,6 +211,7 @@ void Graph::generate(Xml_generator &xml) const
|| name == "depot_rom"
|| name == "dynamic_depot_rom"
|| name == "depot_query"
|| name == "system_view"
|| name == "manager_keyboard");
if (hidden)
return;