Fixed Image Errors + Handing Bad ShellRun

This commit is contained in:
Aaron Campf
2014-05-08 15:58:38 -07:00
parent 0b70c5225d
commit 7c2e2a01c2
7 changed files with 144 additions and 150 deletions

View File

@@ -57,7 +57,7 @@ namespace Wox
{
// First time app is launched
app = new App();
app.InitializeComponent();
//app.InitializeComponent();
app.Run();
return true;
}