Ladybird+headless-browser: Make RequestServer single instance on Lagom

Co-Authored-By: Timothy Flynn <trflynn89@pm.me>
This commit is contained in:
Andrew Kaster 2024-04-15 17:39:48 -06:00 committed by Tim Flynn
parent 336b661835
commit c87e32154a
Notes: sideshowbarker 2024-07-17 03:30:41 +09:00
20 changed files with 308 additions and 75 deletions

View file

@ -28,8 +28,8 @@ bool Application::event(QEvent* event)
if (auto file_url = WebView::sanitize_url(file); file_url.has_value())
on_open_file(file_url.release_value());
break;
}
default:
break;
}