UI: Game stats button on right click for Grid view users

This commit is contained in:
Evan Husted
2025-02-04 19:32:17 -06:00
parent 222ceb818b
commit 1972a47f39
6 changed files with 266 additions and 5 deletions

View File

@@ -32,6 +32,9 @@ namespace Ryujinx.Ava
public static MainWindow MainWindow => Current!
.ApplicationLifetime.Cast<IClassicDesktopStyleApplicationLifetime>()
.MainWindow.Cast<MainWindow>();
public static IClassicDesktopStyleApplicationLifetime AppLifetime => Current!
.ApplicationLifetime.Cast<IClassicDesktopStyleApplicationLifetime>();
public static bool IsClipboardAvailable(out IClipboard clipboard)
{