Display application icon

This commit is contained in:
2025-12-01 08:36:29 +01:00
parent 1f22d5c41b
commit 64985bb39e
5 changed files with 53 additions and 1 deletions

View File

@@ -216,7 +216,7 @@ pub async fn event_file(
MessageType::Video(c) => (c.source(), c.thumbnail_source()),
_ => (None, None),
};
let source = match (query.thumbnail, source, thumb_source) {
(false, Some(s), _) => s,
(true, _, Some(s)) => s,