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:
parent
de970c2dce
commit
99de0b2c14
2 changed files with 11 additions and 0 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue