feat: add d'n'd listener to open files on drop

chore: apply eslint-config
This commit is contained in:
andres
2023-10-14 12:13:24 +02:00
parent 0665b2bf32
commit 5e229bf646
22 changed files with 1317 additions and 134 deletions

View File

@@ -2,7 +2,7 @@ import { ElectronAPI } from '@electron-toolkit/preload'
declare global {
interface Window {
electron: ElectronAPI
api: unknown
electron: ElectronAPI
}
}