Compare commits

...

1 Commits

Author SHA1 Message Date
SuperDude88 92d11863f6 Crash Reporting Option Portability
- Makes the crash reporting preference get saved with the other config files
2026-05-31 19:00:58 -04:00
+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() {