From 3b8ac1641a8a40849915396813e26384b5894911 Mon Sep 17 00:00:00 2001 From: Ac_K Date: Thu, 4 May 2023 16:41:06 +0200 Subject: UI: Move ApplicationContextMenu in a separated class (#4755) * UI: Move ApplicationContextMenu in a separated class This PR remove duplicated code related to the context menu on the Application list/grid by create a control for the menu which include related handler. I've renamed "GameList/GameGrid" by "Application" for consistencies. And I've removed all uneeded field from the project file too. While I cleaned up things, I've found an issue about purging Ptc/Shader cache, both methods list files even if the user say "No", shader cache is purged even if the user say "No". It's fixed. * Adresses feedbacks --- src/Ryujinx.Ava/UI/Controls/GameGridView.axaml | 177 ------------------------- 1 file changed, 177 deletions(-) delete mode 100644 src/Ryujinx.Ava/UI/Controls/GameGridView.axaml (limited to 'src/Ryujinx.Ava/UI/Controls/GameGridView.axaml') diff --git a/src/Ryujinx.Ava/UI/Controls/GameGridView.axaml b/src/Ryujinx.Ava/UI/Controls/GameGridView.axaml deleted file mode 100644 index 32cabfaa..00000000 --- a/src/Ryujinx.Ava/UI/Controls/GameGridView.axaml +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file -- cgit v1.2.3