mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-05 00:50:41 +00:00
fix: missing return for app icons on init
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test (18.x) (push) Has been cancelled
test / test (20.x) (push) Has been cancelled
test / test (22.x) (push) Has been cancelled
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test (18.x) (push) Has been cancelled
test / test (20.x) (push) Has been cancelled
test / test (22.x) (push) Has been cancelled
This commit is contained in:
@@ -208,7 +208,7 @@ class AppIconService extends BaseService {
|
||||
new NodePathSelector('/system/app_icons')
|
||||
);
|
||||
|
||||
this.dir_app_icons = dir_app_icons;
|
||||
return this.dir_app_icons = dir_app_icons;
|
||||
}
|
||||
|
||||
get_sharp ({ metadata, input }) {
|
||||
|
||||
Reference in New Issue
Block a user