diff options
Diffstat (limited to 'Userland/Applications/HexEditor/main.cpp')
-rw-r--r-- | Userland/Applications/HexEditor/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Applications/HexEditor/main.cpp b/Userland/Applications/HexEditor/main.cpp index 7a55832e16..bfe6cc3df2 100644 --- a/Userland/Applications/HexEditor/main.cpp +++ b/Userland/Applications/HexEditor/main.cpp @@ -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)); |