mirror of
https://github.com/microsoft/PowerToys
synced 2025-08-31 06:25:20 +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()
|
||||
{
|
||||
AppWindow appWindow = this.GetAppWindow();
|
||||
AppWindow appWindow = this.AppWindow;
|
||||
|
||||
if (ThemeHelpers.GetAppTheme() == AppTheme.Light)
|
||||
{
|
||||
|
Reference in New Issue
Block a user