impr: Remove separator line in view menu if fullscreen and always on top are disabled
This commit is contained in:
parent
eee5e9cd7f
commit
588f8af966
@ -552,7 +552,9 @@ namespace hex::plugin::builtin {
|
||||
}, []{ return true; }, []{ return glfwGetWindowMonitor(ImHexApi::System::getMainWindowHandle()) != nullptr; });
|
||||
#endif
|
||||
|
||||
ContentRegistry::Interface::addMenuItemSeparator({ "hex.builtin.menu.view" }, 3000);
|
||||
#if !defined(OS_WEB)
|
||||
ContentRegistry::Interface::addMenuItemSeparator({ "hex.builtin.menu.view" }, 3000);
|
||||
#endif
|
||||
|
||||
ContentRegistry::Interface::addMenuItemSubMenu({ "hex.builtin.menu.view" }, 4000, [] {
|
||||
for (auto &[name, view] : ContentRegistry::Views::impl::getEntries()) {
|
||||
|
Loading…
Reference in New Issue
Block a user