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

This reverts commit 9754d247b5.
This commit is contained in:
Evan Husted 2024-12-27 15:24:57 -06:00
parent 9eb273a0f7
commit 07074272ca
3 changed files with 43 additions and 14 deletions

View file

@ -9,6 +9,11 @@
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"