fix webWails undefined functions
This commit is contained in:
parent
cc6c24f0c3
commit
85a3b39cbc
@ -48,6 +48,8 @@ if (!window.go) {
|
|||||||
// not implemented
|
// not implemented
|
||||||
defineApp('AddToDownloadList', async () => {
|
defineApp('AddToDownloadList', async () => {
|
||||||
})
|
})
|
||||||
|
defineApp('CloseMidiPort', async () => {
|
||||||
|
})
|
||||||
defineApp('ContinueDownload', async () => {
|
defineApp('ContinueDownload', async () => {
|
||||||
})
|
})
|
||||||
defineApp('ConvertData', async () => {
|
defineApp('ConvertData', async () => {
|
||||||
@ -74,8 +76,12 @@ if (!window.go) {
|
|||||||
})
|
})
|
||||||
defineApp('OpenFileFolder', async () => {
|
defineApp('OpenFileFolder', async () => {
|
||||||
})
|
})
|
||||||
|
defineApp('OpenMidiPort', async () => {
|
||||||
|
})
|
||||||
defineApp('PauseDownload', async () => {
|
defineApp('PauseDownload', async () => {
|
||||||
})
|
})
|
||||||
|
defineApp('PlayNote', async () => {
|
||||||
|
})
|
||||||
defineApp('ReadFileInfo', async () => {
|
defineApp('ReadFileInfo', async () => {
|
||||||
})
|
})
|
||||||
defineApp('RestartApp', async () => {
|
defineApp('RestartApp', async () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user