WIP terminal integration

This commit is contained in:
2025-09-04 00:26:22 -05:00
parent 73f25aae1c
commit ed89f34d40
16 changed files with 234 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ declare global {
},
main: {
onMenuActions: (arg0: any) => Promise<string>,
onTerminalActions: (arg0: any) => Promise<string>,
quit: any,
toggleFullScreen: any,
},