Skip to content

Commit

Permalink
https://github.com/Hi-Windom/Sillot/issues/861
Browse files Browse the repository at this point in the history
  • Loading branch information
Soltus committed Jul 9, 2024
1 parent cc9bb68 commit 8c50980
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,9 @@ interface Window {
getSystemTheme(): string
openURLuseDefaultApp(url: string): void
openURLUseSB(url: string): void
setMMKV(key: string, value: string): void
setKV(key: string, value: string): void
getKV(key: string): string
getKVBoolean(key: string): boolean
showBiometricPrompt(): void
requestPermissionActivity(id: string, Msg: string, cb: string): boolean
requestPermission(id: string, Msg: string): boolean
Expand Down

0 comments on commit 8c50980

Please sign in to comment.