#229 - "disable on this device" (#238)

This commit is contained in:
Simon Cambier
2023-05-09 19:11:55 +02:00
committed by GitHub
parent a7612178f1
commit 362df5360b
4 changed files with 53 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ declare module 'obsidian' {
interface App {
appId: string
loadLocalStorage(key: string): string | null
saveLocalStorage(key: string, value?: string): void
}
}