restored resolution badge/icon
This commit is contained in:
@@ -423,7 +423,11 @@ export default function Home({ socket }: Props) {
|
||||
thumbnail={downloadInfoMap.get(message[0])?.thumbnail ?? ''}
|
||||
progress={progressMap.get(message[0]) ?? 0}
|
||||
stopCallback={() => abort(message[0])}
|
||||
resolution={''}
|
||||
resolution={
|
||||
settings.formatSelection
|
||||
? ''
|
||||
: downloadInfoMap.get(message[0])?.best.resolution ?? ''
|
||||
}
|
||||
/>
|
||||
</Fragment>
|
||||
</Grid>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import React from "react";
|
||||
import { EightK, FourK, Hd, Sd } from "@mui/icons-material";
|
||||
import { Button, Card, CardActionArea, CardActions, CardContent, CardMedia, Chip, LinearProgress, Skeleton, Stack, Typography } from "@mui/material";
|
||||
import { IMessage } from "../interfaces";
|
||||
|
||||
Reference in New Issue
Block a user