#help with openning tabs
1 messages ยท Page 1 of 1 (latest)
i want to open data inspector tab
same as hex&ascii viewer openned
also sorry for tags.
see
I am referring to the fact that you posted same question in two channels.
i want there see data inspecter
oh
sorry i want to keep this channel
View>Data Inspector
You are on a Mac? What version of ImHex? You are missing all menus.
Open Settings (Ctrl + ,) and see if use OS window decorations in Interface tab under Window makes any difference.
did you change the interface font?
found
wait
found the issue
use native menu bar comes true by default
thats why we cant see tabs
can you update your source as false default?
thanks btw
That setting must be a Mac only thing because I don't have it.
hmm
however
it fixed
thanks
Also you can use Workspace>Layout>Default to restore all views to original.
yes, it is Mac only
#if defined (OS_MACOS)
ContentRegistry::Settings::add<Widgets::Checkbox>("hex.builtin.setting.interface", "hex.builtin.setting.interface.window", "hex.builtin.setting.interface.use_native_menu_bar", true);
#endif