Hi,
Log showed me a deprecated warning: https://github.com/chromiumembedded/cef/issues/3685
So i try to migrate to Chrome-runtime.
Using cefsimple version 126, i successfully used --enable-chrome-runtime --use-views
But:
- still have F12 Inspector
- Download-Manager
- opens a full chrome UI if exe opened twice
- the %localAppData%\CEF\User Data\ is bombed with files (Alloy minimize this with settings.cache_path = "")
I am using HANDLE hMutex to block a second exe run as a workaround.
How can i get rid of this Chrome User Interface?
I think, people using CEF don't like to have a Google Chrome UI, otherwise they would use Google Chrome.