[Peek][build]Do not use deprecated call GetAppWindow(#26751)

This commit is contained in:
Stefan Markovic
2023-06-09 10:32:24 +02:00
committed by GitHub
parent d1d7c74440
commit b6ff97f795

View File

@@ -48,7 +48,7 @@ namespace Peek.UI
private void HandleThemeChange()
{
AppWindow appWindow = this.GetAppWindow();
AppWindow appWindow = this.AppWindow;
if (ThemeHelpers.GetAppTheme() == AppTheme.Light)
{