fixed default loading.

This commit is contained in:
Clint Rutkas
2020-03-11 11:37:27 -07:00
committed by Lavius Motileng
parent 0a20be85ab
commit 69e7a581fd
3 changed files with 6 additions and 7 deletions

View File

@@ -6,9 +6,7 @@ namespace Microsoft.PowerToys.Settings.UI
{
public App()
{
this.Initialize();
Initialize();
}
}
}