Request 128px icons and prefer iconUrl

This commit is contained in:
jelveh
2026-04-19 19:34:00 -07:00
parent eaad07e002
commit d66b70e05e
+2 -2
View File
@@ -270,7 +270,7 @@ const TabApps = {
},
),
fetch(
`${window.api_origin}/get-launch-apps?icon_size=64`,
`${window.api_origin}/get-launch-apps?icon_size=128`,
{
headers: { 'Authorization': `Bearer ${window.auth_token}` },
method: 'GET',
@@ -289,7 +289,7 @@ const TabApps = {
name: app.name,
title: app.title,
uid: app.uuid || app.uid || null,
iconUrl: app.icon || null,
iconUrl: app.iconUrl || app.icon || null,
}));
// Build seen set from launch apps