mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-13 04:37:02 +00:00
UI: Copy Title ID by clicking on it.
This commit is contained in:
parent
b2339931a3
commit
c089f90b53
4 changed files with 49 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue