mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-06 15:09:46 -05:00
Add support for the metadata attribute for the App object in puter.js
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user