about summary refs log tree commit diff
path: root/MatrixUtils.Desktop/MainWindow.axaml.cs
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-02-23 13:57:06 +0100
committerRory& <root@rory.gay>2024-02-23 13:57:06 +0100
commitd0d11db2209a8be65c27e15ca9d8a3b594f1a352 (patch)
treeb42b7de4b09888a1439d0939707ba1331becf626 /MatrixUtils.Desktop/MainWindow.axaml.cs
parentHS emulator (diff)
downloadMatrixUtils-d0d11db2209a8be65c27e15ca9d8a3b594f1a352.tar.xz
Add eons of work because I forgot to push
Diffstat (limited to 'MatrixUtils.Desktop/MainWindow.axaml.cs')
-rw-r--r--MatrixUtils.Desktop/MainWindow.axaml.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/MatrixUtils.Desktop/MainWindow.axaml.cs b/MatrixUtils.Desktop/MainWindow.axaml.cs
index 562ab1a..9c783e4 100644
--- a/MatrixUtils.Desktop/MainWindow.axaml.cs
+++ b/MatrixUtils.Desktop/MainWindow.axaml.cs
@@ -42,9 +42,7 @@ public partial class MainWindow : Window {
             // roomList.Children.Add(new RoomListEntry(_scopeFactory, new RoomInfo(room)));
 
             windowContent.Push("home", new RoomListEntry() {
-                Room = new RoomInfo() {
-                    Room = room
-                }
+                Room = new RoomInfo(room)
             });
             base.OnLoaded(e);
         }