feat: add global search

This commit is contained in:
haritabh-z01 2025-09-17 23:47:59 +05:30
parent f325def068
commit f4ecb62b93
8 changed files with 310 additions and 76 deletions

View file

@ -11,6 +11,9 @@ interface ShortcutData {
}
const api: ElectronAPI = {
// Platform information
platform: process.platform,
sendAudioChunk: (
chunk: Float32Array,
isFinalChunk: boolean = false,