impr: Remove the constants view from the views menu as it's still pretty much useless

This commit is contained in:
WerWolv
2025-11-30 16:43:24 +01:00
parent 569bf474bd
commit e5829a316b

View File

@@ -37,7 +37,7 @@ namespace hex::plugin::builtin {
ContentRegistry::Views::add<ViewAbout>();
ContentRegistry::Views::add<ViewSettings>();
ContentRegistry::Views::add<ViewDataProcessor>();
ContentRegistry::Views::add<ViewConstants>();
//ContentRegistry::Views::add<ViewConstants>();
ContentRegistry::Views::add<ViewStore>();
ContentRegistry::Views::add<ViewProviderSettings>();
ContentRegistry::Views::add<ViewFind>();