From 7182e3f9650e4de9f944d8c4e897fe4a24a3b8bc Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 29 Oct 2025 19:05:58 +0100 Subject: dotnet 10, synapse admin room list improvements --- MatrixUtils.Desktop/MainWindow.axaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MatrixUtils.Desktop/MainWindow.axaml.cs') 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 logger, IServiceScopeFactory scopeFactory, SentryService _) { + public MainWindow(ILogger logger, IServiceScopeFactory scopeFactory) { Instance = this; _logger = logger; _scopeFactory = scopeFactory; -- cgit 1.5.1