1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:07:45 +00:00

LibCore+Base: Move user-specific config files to $HOME/.config

This commit is contained in:
Andreas Kling 2020-08-05 17:18:59 +02:00
parent 7b15c85ff5
commit bc615572a9
9 changed files with 11 additions and 2 deletions

View file

@ -36,6 +36,7 @@ public:
static String desktop_directory();
static String downloads_directory();
static String tempfile_directory();
static String config_directory();
};
}