UI: Directly proxy window properties on the view model back to the stored window

This commit is contained in:
Evan Husted 2024-12-26 23:32:53 -06:00
parent 267e9f6350
commit 9754d247b5
3 changed files with 14 additions and 43 deletions

View file

@ -9,11 +9,6 @@
xmlns:helpers="clr-namespace:Ryujinx.Ava.UI.Helpers"
xmlns:controls="clr-namespace:Ryujinx.Ava.UI.Controls"
xmlns:main="clr-namespace:Ryujinx.Ava.UI.Views.Main"
Cursor="{Binding Cursor}"
Title="{Binding Title}"
WindowState="{Binding WindowState}"
Width="{Binding WindowWidth}"
Height="{Binding WindowHeight}"
MinWidth="800"
MinHeight="500"
d:DesignHeight="720"