mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
Fixed: File not found - ico.png
This commit is contained in:
@@ -65,7 +65,7 @@ namespace WinAlfred
|
|||||||
tbSubTitle.Text = subTitle;
|
tbSubTitle.Text = subTitle;
|
||||||
if (!File.Exists(icopath))
|
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));
|
imgIco.Source = new BitmapImage(new Uri(icopath));
|
||||||
Show();
|
Show();
|
||||||
|
|||||||
Reference in New Issue
Block a user