Support data URI as Icon

This commit is contained in:
Yeechan Lu
2014-03-23 04:22:57 +08:00
parent 0d95636b0f
commit 7dda2df54b
4 changed files with 80 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ namespace Wox
InitializeComponent();
initialized = true;
System.Net.WebRequest.RegisterPrefix("data", new DataWebRequestFactory());
AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException;
progressBar.ToolTip = toolTip;