carina-studio / ULogViewer

Cross-Platform Universal Log Viewer.
https://carina-studio.github.io/ULogViewer/
MIT License
380 stars 39 forks source link

Question: how to get "Added log files" tab visible when running local dev build #47

Closed acastruc closed 4 weeks ago

acastruc commented 4 weeks ago

I have a registered copy of ULogViewer. When I run it I see multiple docked windows on the right of application window:

image

When I build + run from source locally, I am missing some of these tabs ("Added log files" in this case)

image

What do I need to do to have my local debug build use the same configuration as my "registered" copy?

hamster620 commented 4 weeks ago

@acastruc Log Analysis and Log Files features are not part of open source project. I know its not convenient to you but currently you can just develop without these features.

acastruc commented 4 weeks ago

@hamster620 ok, no problem. Thanks for the response.