UI: Copy Title ID by clicking on it.

This commit is contained in:
Evan Husted 2024-12-24 13:23:43 -06:00 committed by KeatonTheBot
parent b2339931a3
commit c089f90b53
4 changed files with 49 additions and 5 deletions

View file

@ -89,6 +89,9 @@ namespace Ryujinx.Ava.UI.Windows
Height = ((Height - barHeight) / Program.WindowScaleFactor) + barHeight;
Width /= Program.WindowScaleFactor;
ApplicationList.DataContext = DataContext;
ApplicationGrid.DataContext = DataContext;
SetWindowSizePosition();
if (Program.PreviewerDetached)