mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 13:14:04 +02:00
fix: source app icon not being refreshed
This commit is contained in:
parent
1ec040ef1e
commit
26c4df6039
1 changed files with 3 additions and 1 deletions
|
@ -399,7 +399,9 @@ const updateHistory = async (resetScroll: boolean = false): Promise<void> => {
|
|||
item.source,
|
||||
item.content_type,
|
||||
item.content,
|
||||
item.favicon
|
||||
item.favicon,
|
||||
item.source_icon,
|
||||
item.language
|
||||
);
|
||||
Object.assign(historyItem, {
|
||||
id: item.id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue