fix: clear desktop web cache on first version launch (#1184)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { BrowserWindow } from 'electron'
|
||||
import { Store } from '../Store'
|
||||
import { Store } from '../Store/Store'
|
||||
|
||||
export interface KeychainInterface {
|
||||
ensureKeychainAccess(store: Store): Promise<BrowserWindow | undefined>
|
||||
|
||||
Reference in New Issue
Block a user