mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-03 07:48:46 +08:00
Add support for the metadata
attribute for the App object in puter.js
This commit is contained in:
parent
cb050b079a
commit
6d1c1d3ed2
@ -65,6 +65,7 @@ class Apps{
|
||||
maximize_on_start: options_raw.maximizeOnStart,
|
||||
background: options_raw.background,
|
||||
filetype_associations: options_raw.filetypeAssociations,
|
||||
metadata: options_raw.metadata,
|
||||
}
|
||||
};
|
||||
}
|
||||
@ -88,6 +89,7 @@ class Apps{
|
||||
maximize_on_start: object_raw.maximizeOnStart,
|
||||
background: object_raw.background,
|
||||
filetype_associations: object_raw.filetypeAssociations,
|
||||
metadata: object_raw.metadata,
|
||||
};
|
||||
|
||||
options = { id: { name: args[0]}, object: object};
|
||||
|
Loading…
Reference in New Issue
Block a user