1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 18:17:44 +00:00

HexEditor: Add list of recently opened files

This commit is contained in:
Caoimhe 2023-05-11 16:07:27 +01:00 committed by Sam Atkins
parent de970c2dce
commit 99de0b2c14
2 changed files with 11 additions and 0 deletions

View file

@ -28,6 +28,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
TRY(Desktop::Launcher::seal_allowlist());
Config::pledge_domain("HexEditor");
app->set_config_domain(TRY("HexEditor"_string));
auto app_icon = TRY(GUI::Icon::try_create_default_icon("app-hex-editor"sv));