Updated target version to 17134
Fixed headers Added ads to VideoGrid Related Work Items: #162, #188
This commit is contained in:
@@ -49,7 +49,7 @@ namespace FoxTube.Controls
|
||||
try { avatar.ProfilePicture = new BitmapImage(new Uri((await r.ExecuteAsync()).Items[0].Snippet.Thumbnails.Medium.Url)) { DecodePixelWidth = 46, DecodePixelHeight = 46 }; }
|
||||
catch { }
|
||||
|
||||
Opacity = 1;
|
||||
show.Begin();
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
@@ -87,7 +87,7 @@ namespace FoxTube.Controls
|
||||
|
||||
private void Thumbnail_ImageOpened(object sender, RoutedEventArgs e)
|
||||
{
|
||||
thumbnail.Opacity = 1;
|
||||
showThumb.Begin();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user