Update electron to 16.0.6
This commit is contained in:
parent
dca2364ba4
commit
46ddcc50f9
10 changed files with 7 additions and 51 deletions
|
@ -178,7 +178,7 @@ export const GIF: React.FC<Props> = props => {
|
|||
}
|
||||
|
||||
let gif: JSX.Element | undefined;
|
||||
if (isNotDownloaded || isPending || window.isLegacyOS()) {
|
||||
if (isNotDownloaded || isPending) {
|
||||
gif = (
|
||||
<Blurhash
|
||||
hash={attachment.blurHash || defaultBlurHash(theme)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue