mirror of
https://github.com/microsoft/PowerToys
synced 2025-09-03 16:05:12 +00:00
[Peek][build]Do not use deprecated call GetAppWindow(#26751)
This commit is contained in:
@@ -48,7 +48,7 @@ namespace Peek.UI
|
|||||||
|
|
||||||
private void HandleThemeChange()
|
private void HandleThemeChange()
|
||||||
{
|
{
|
||||||
AppWindow appWindow = this.GetAppWindow();
|
AppWindow appWindow = this.AppWindow;
|
||||||
|
|
||||||
if (ThemeHelpers.GetAppTheme() == AppTheme.Light)
|
if (ThemeHelpers.GetAppTheme() == AppTheme.Light)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user