mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
feat: Added support for view-specific menu items and main menus
This commit is contained in:
@@ -30,7 +30,7 @@ namespace hex::plugin::disasm {
|
||||
this->disassemble();
|
||||
}, [this]{
|
||||
return ImHexApi::HexEditor::isSelectionValid() && !m_disassemblerTask.isRunning() && *m_currArchitecture != nullptr;
|
||||
});
|
||||
}, ContentRegistry::Views::getViewByName("hex.builtin.view.hex_editor.name"));
|
||||
}
|
||||
|
||||
ViewDisassembler::~ViewDisassembler() {
|
||||
|
||||
Reference in New Issue
Block a user