mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Don't hardcode Chromium remote debugging port.
Use the `--remote-debugging-port=8080` command line argument instead.
This commit is contained in:
@@ -52,9 +52,6 @@ CefSettings GetCefSettings() {
|
||||
// Set CEF logging.
|
||||
CefString(&cef_settings.log_file).FromString((g_path_local / "CEFDebugLog.txt").string());
|
||||
|
||||
// Enable remote debugging.
|
||||
cef_settings.remote_debugging_port = 8080;
|
||||
|
||||
return cef_settings;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user