mirror of
https://github.com/NovaGM/ModuleBuilder.git
synced 2024-08-15 00:23:33 +00:00
5 lines
No EOL
192 B
JavaScript
5 lines
No EOL
192 B
JavaScript
export const sendToast = (_id, { header, content, type, buttons }) => {
|
|
// TODO: implement full toast in future instead of just small current GM toast
|
|
|
|
goosemodScope.showToast(content);
|
|
}; |