UI: Enable Rainbow cycling in the Settings window

This commit is contained in:
Evan Husted 2025-01-29 20:27:01 -06:00
parent 0ed7fd14ba
commit 023bd5f00f
4 changed files with 31 additions and 3 deletions

View file

@ -134,7 +134,12 @@ namespace Ryujinx.Ava.UI.Views.Main
{
Window.SettingsWindow = new(Window.VirtualFileSystem, Window.ContentManager);
Rainbow.Enable();
await Window.SettingsWindow.ShowDialog(Window);
Rainbow.Disable();
Rainbow.Reset();
Window.SettingsWindow = null;