fix: fix for previous fix

This commit is contained in:
KernelDeimos 2024-12-20 09:25:30 -05:00
parent 4f3a1618b1
commit 648d6e036d

View File

@ -85,6 +85,7 @@ class AppIconService extends BaseService {
const svc_su = this.services.get('su');
const ll_read = new LLRead();
return {
mime: 'image/png',
stream: await ll_read.run({
fsNode: node,
actor: await svc_su.get_system_actor(),