Simpler is better

This commit is contained in:
Paul Schneider 2026-08-24 00:18:07 +01:00
commit 246111dee1
Signed by: notazof
GPG key ID: 1DD5D838E5343B06
3 changed files with 0 additions and 9 deletions

View file

@ -140,8 +140,6 @@ public class PostAclDialogTests
var window = new MainWindow();
var app = (App)Application.Current!;
app.DataTemplates.Clear();
app.DataTemplates.Add(new ViewLocator(sp));
app.AttachMainWindow(window);
window.Show();