This commit is contained in:
Herman Semenov 2024-08-30 20:50:01 -03:00 committed by GitHub
commit 03bfd573ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ static auto UserPaths = [] {
paths.insert_or_assign(shad_path, new_path);
};
paths.reserve(11);
create_path(PathType::UserDir, user_dir);
create_path(PathType::LogDir, user_dir / LOG_DIR);
create_path(PathType::ScreenshotsDir, user_dir / SCREENSHOTS_DIR);