Skip to content

Commit c4bcd3b

Browse files
authored
format fix
1 parent 154256f commit c4bcd3b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Flow.Launcher/Msg.xaml.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,13 @@ public async void Show(string title, string subTitle, string iconPath)
6969
{
7070
tbSubTitle.Visibility = Visibility.Collapsed;
7171
}
72+
7273
if (!File.Exists(iconPath))
7374
{
7475
imgIco.Source = await ImageLoader.LoadAsync(Path.Combine(Constant.ProgramDirectory, "Images\\app.png"));
7576
}
76-
else {
77+
else
78+
{
7779
imgIco.Source = await ImageLoader.LoadAsync(iconPath);
7880
}
7981

0 commit comments

Comments
 (0)