diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-08-13 19:59:04 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-08-15 08:18:42 +0530 |
| commit | 66a9640d9c4d1101ae5cc986e4e0c86c20262f25 (patch) | |
| tree | 94d268564550bf5b5e71ee44dc368773d2770478 /src/App.cpp | |
| parent | ec909d4211cd124a23f2ea878cc961b8b53f651a (diff) | |
| download | null-browser-66a9640d9c4d1101ae5cc986e4e0c86c20262f25.tar.gz null-browser-66a9640d9c4d1101ae5cc986e4e0c86c20262f25.zip | |
Add docs for events and event opts + document web.json
Diffstat (limited to 'src/App.cpp')
| -rw-r--r-- | src/App.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.cpp b/src/App.cpp index 7ce8932..63ecfa6 100644 --- a/src/App.cpp +++ b/src/App.cpp @@ -16,7 +16,7 @@ void App::run() { auto config_dir = get_cli_config_dir(); if (!config_dir.isEmpty()) - configuration.set_config_dir(config_dir); + configuration.set_user_config_dir(config_dir); if (instance_manager.is_server()) { init_server(); |
