mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Fixed: File not found - ico.png
This commit is contained in:
@@ -65,7 +65,7 @@ namespace WinAlfred
|
||||
tbSubTitle.Text = subTitle;
|
||||
if (!File.Exists(icopath))
|
||||
{
|
||||
icopath = AppDomain.CurrentDomain.BaseDirectory + "Images\\ico.png";
|
||||
icopath = AppDomain.CurrentDomain.BaseDirectory + "Images\\app.png";
|
||||
}
|
||||
imgIco.Source = new BitmapImage(new Uri(icopath));
|
||||
Show();
|
||||
|
||||
Reference in New Issue
Block a user