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:
parent
15532df83d
commit
5c76b63f79
Notes:
sideshowbarker
2024-07-16 23:17:55 +09:00
Author: https://github.com/AtkinsSJ
Commit: 5c76b63f79
Pull-request: https://github.com/SerenityOS/serenity/pull/18160
Reviewed-by: https://github.com/awesomekling
2 changed files with 9 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue