mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
Support data URI as Icon
This commit is contained in:
@@ -50,7 +50,7 @@ namespace Wox
|
||||
InitializeComponent();
|
||||
initialized = true;
|
||||
|
||||
|
||||
System.Net.WebRequest.RegisterPrefix("data", new DataWebRequestFactory());
|
||||
AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException;
|
||||
|
||||
progressBar.ToolTip = toolTip;
|
||||
|
||||
Reference in New Issue
Block a user