about summary refs log tree commit diff
path: root/MatrixUtils.Desktop/RMUDesktopConfiguration.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixUtils.Desktop/RMUDesktopConfiguration.cs')
-rw-r--r--MatrixUtils.Desktop/RMUDesktopConfiguration.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/MatrixUtils.Desktop/RMUDesktopConfiguration.cs b/MatrixUtils.Desktop/RMUDesktopConfiguration.cs

index 62646ca..f9515f6 100644 --- a/MatrixUtils.Desktop/RMUDesktopConfiguration.cs +++ b/MatrixUtils.Desktop/RMUDesktopConfiguration.cs
@@ -21,7 +21,6 @@ public class RMUDesktopConfiguration { public string DataStoragePath { get; set; } = ""; public string CacheStoragePath { get; set; } = ""; - public string? SentryDsn { get; set; } private static string ExpandPath(string path, bool retry = true) { _logger.LogInformation("Expanding path `{}`", path); @@ -44,4 +43,4 @@ public class RMUDesktopConfiguration { return path; } -} +} \ No newline at end of file