mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
[OOBE]SetTheme function added for oobe in HandleThemeChange function. (#28345)
This commit is contained in:
@@ -133,7 +133,7 @@ namespace Microsoft.PowerToys.Settings.UI
|
||||
}
|
||||
}
|
||||
|
||||
private void SetTheme(bool isDark)
|
||||
public void SetTheme(bool isDark)
|
||||
{
|
||||
shellPage.RequestedTheme = isDark ? ElementTheme.Dark : ElementTheme.Light;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user