feat: add global search
This commit is contained in:
parent
f325def068
commit
f4ecb62b93
8 changed files with 310 additions and 76 deletions
|
|
@ -11,6 +11,9 @@ interface ShortcutData {
|
|||
}
|
||||
|
||||
const api: ElectronAPI = {
|
||||
// Platform information
|
||||
platform: process.platform,
|
||||
|
||||
sendAudioChunk: (
|
||||
chunk: Float32Array,
|
||||
isFinalChunk: boolean = false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue