mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
feat: Replace useless constants view with a constant search option in the Find view
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
#include "content/views/view_command_palette.hpp"
|
||||
#include "content/views/view_settings.hpp"
|
||||
#include "content/views/view_data_processor.hpp"
|
||||
#include "content/views/view_constants.hpp"
|
||||
#include "content/views/view_store.hpp"
|
||||
#include "content/views/view_provider_settings.hpp"
|
||||
#include "content/views/view_find.hpp"
|
||||
@@ -37,7 +36,6 @@ namespace hex::plugin::builtin {
|
||||
ContentRegistry::Views::add<ViewAbout>();
|
||||
ContentRegistry::Views::add<ViewSettings>();
|
||||
ContentRegistry::Views::add<ViewDataProcessor>();
|
||||
//ContentRegistry::Views::add<ViewConstants>();
|
||||
ContentRegistry::Views::add<ViewStore>();
|
||||
ContentRegistry::Views::add<ViewProviderSettings>();
|
||||
ContentRegistry::Views::add<ViewFind>();
|
||||
|
||||
Reference in New Issue
Block a user