just diff icons to make it much clearer. still hitting the xaml parse errror a ton ..... :(

This commit is contained in:
Clint Rutkas
2020-03-11 10:48:58 -07:00
committed by Lavius Motileng
parent 3f5a54f9f1
commit 0a20be85ab
2 changed files with 5 additions and 4 deletions

View File

@@ -14,6 +14,7 @@ namespace Microsoft.PowerToys.Settings.UI.Views
public ShellPage()
{
InitializeComponent();
DataContext = ViewModel;
ViewModel.Initialize(shellFrame, navigationView, KeyboardAccelerators);
}