1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 10:18:15 +09:00

PDFViewer: Add list of recently-opened files

This commit is contained in:
Sam Atkins 2023-04-03 14:30:22 +01:00 committed by Andreas Kling
parent 15532df83d
commit 5c76b63f79
Notes: sideshowbarker 2024-07-16 23:17:55 +09:00
2 changed files with 9 additions and 0 deletions

View file

@ -27,6 +27,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
auto app_icon = GUI::Icon::default_icon("app-pdf-viewer"sv);
Config::pledge_domain("PDFViewer");
app->set_config_domain(TRY("PDFViewer"_string));
auto window = TRY(GUI::Window::try_create());
window->set_title("PDF Viewer");