Crash Reporting Option Portability

- Makes the crash reporting preference get saved with the other config files
This commit is contained in:
SuperDude88
2026-05-31 19:00:58 -04:00
parent 81caa89e12
commit 92d11863f6
+1 -1
View File
@@ -61,7 +61,7 @@ std::string release_name() {
}
std::filesystem::path sentry_database_path() {
return dusk::CachePath / "sentry";
return dusk::ConfigPath / "sentry";
}
std::filesystem::path log_attachment_path() {