mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
impr: Allow more release types to be updated
This commit is contained in:
@@ -421,6 +421,11 @@ namespace hex::plugin::builtin {
|
||||
std::vector<ContentRegistry::CommandPaletteCommands::impl::QueryResult> result;
|
||||
|
||||
for (const auto &[unlocalizedName, view] : ContentRegistry::Views::impl::getEntries()) {
|
||||
if (!view->shouldProcess())
|
||||
continue;
|
||||
if (!view->hasViewMenuItemEntry())
|
||||
continue;
|
||||
|
||||
const auto name = Lang(unlocalizedName);
|
||||
if (!hex::containsIgnoreCase(name, input))
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user