mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-10 09:06:27 +02:00
UI: Enable Rainbow cycling in the Settings window
This commit is contained in:
parent
0ed7fd14ba
commit
023bd5f00f
4 changed files with 31 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue