From d11806b59d24416c8d34278fbcc1bcf2fae000e7 Mon Sep 17 00:00:00 2001 From: yell0wsuit <5692900+yell0wsuit@users.noreply.github.com> Date: Sun, 7 Apr 2024 11:14:09 +0700 Subject: [PATCH] Update App.axaml.cs --- src/Ryujinx/App.axaml.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Ryujinx/App.axaml.cs b/src/Ryujinx/App.axaml.cs index c009e6e034..24d8a70a17 100644 --- a/src/Ryujinx/App.axaml.cs +++ b/src/Ryujinx/App.axaml.cs @@ -101,6 +101,8 @@ namespace Ryujinx.Ava ThemeVariant systemTheme = DetectSystemTheme(); + ThemeManager.OnThemeChanged(); + RequestedThemeVariant = baseStyle switch { "Auto" => systemTheme,