From 83e0cdfa1e1b991dacb049a61ca67c39e560f80d Mon Sep 17 00:00:00 2001 From: Barbara Kudiess Date: Fri, 27 Mar 2020 15:47:54 -0700 Subject: [PATCH] Add missing reference --- src/modules/launcher/PowerLauncher.UI/App.xaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/launcher/PowerLauncher.UI/App.xaml b/src/modules/launcher/PowerLauncher.UI/App.xaml index 89e5d45397..484ef69542 100644 --- a/src/modules/launcher/PowerLauncher.UI/App.xaml +++ b/src/modules/launcher/PowerLauncher.UI/App.xaml @@ -3,6 +3,7 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:xaml="using:Microsoft.Toolkit.Win32.UI.XamlHost" + xmlns:ToolkitControls="using:Microsoft.Toolkit.Uwp.UI.Controls" xmlns:local="using:PowerLauncher.UI">