I really need Mini Profiler to start minimized, so that it’s UI is barely visible, like after somebody press M control in the UI.
Is it possible with some parameter? If not, where can I change it in sources and rebuild?
Thank you!
Konstantin
I really need Mini Profiler to start minimized, so that it’s UI is barely visible, like after somebody press M control in the UI.
Is it possible with some parameter? If not, where can I change it in sources and rebuild?
Thank you!
Konstantin
Hi,
I use following script to minimize it. Just call it whenever you like.
$(".profiler-min-max").click();