about summary refs log tree commit diff
path: root/MatrixUtils.Desktop/MainWindow.axaml.cs
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-10-29 19:05:58 +0100
committerRory& <root@rory.gay>2025-10-29 19:05:58 +0100
commit7182e3f9650e4de9f944d8c4e897fe4a24a3b8bc (patch)
tree8e9def463203505b21c3e9529d7d6f84327e2ffd /MatrixUtils.Desktop/MainWindow.axaml.cs
parentVarious fixes (diff)
downloadMatrixUtils-7182e3f9650e4de9f944d8c4e897fe4a24a3b8bc.tar.xz
dotnet 10, synapse admin room list improvements HEAD master
Diffstat (limited to 'MatrixUtils.Desktop/MainWindow.axaml.cs')
-rw-r--r--MatrixUtils.Desktop/MainWindow.axaml.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MatrixUtils.Desktop/MainWindow.axaml.cs b/MatrixUtils.Desktop/MainWindow.axaml.cs

index 9c783e4..a1eef56 100644 --- a/MatrixUtils.Desktop/MainWindow.axaml.cs +++ b/MatrixUtils.Desktop/MainWindow.axaml.cs
@@ -14,7 +14,7 @@ public partial class MainWindow : Window { private readonly RMUDesktopConfiguration _configuration; public static MainWindow Instance { get; private set; } = null!; - public MainWindow(ILogger<MainWindow> logger, IServiceScopeFactory scopeFactory, SentryService _) { + public MainWindow(ILogger<MainWindow> logger, IServiceScopeFactory scopeFactory) { Instance = this; _logger = logger; _scopeFactory = scopeFactory;