1
0
mirror of synced 2024-09-24 03:28:24 +02:00

fix: Remove interactive help debug code

This commit is contained in:
WerWolv 2024-07-02 23:17:12 +02:00
parent 25824e1821
commit dc058c4cf3

View File

@ -644,12 +644,6 @@ namespace hex::plugin::builtin {
static void createHelpMenu() {
ContentRegistry::Interface::registerMainMenuItem("hex.builtin.menu.help", 6000);
ContentRegistry::Interface::addMenuItem({ "hex.builtin.menu.help", "Interactive Help"}, 10000, Shortcut::None, []{
TutorialManager::startHelpHover();
});
TutorialManager::addInteractiveHelpLink({ View::toWindowName("hex.builtin.view.pattern_data.name") }, "https://google.com");
}