| 5 | delete window.__native; |
| 6 | |
| 7 | interface Native { |
| 8 | OpenDevTools: () => void; |
| 9 | OpenPluginsFolder: (path?: string) => boolean; |
| 10 | ReloadClient: () => void; |
| 11 | |
| 12 | SetWindowTheme: (dark: boolean) => void; |
| 13 | SetWindowVibrancy: (kind: number | null, state?: number) => void; |
| 14 | |
| 15 | LoadDataStore: () => string; |
| 16 | SaveDataStore: (data: string) => void; |
| 17 | } |
nothing calls this directly
no outgoing calls
no test coverage detected