feat: Added "Import" option in the account menu that allows you to import from plaintext/markdown files, Evernote exports, Simplenote exports, Google Keep exports and also convert Aegis exports to TokenVault notes
This commit is contained in:
@@ -69,6 +69,7 @@ export class ViewControllerManager implements InternalEventHandlerInterface {
|
||||
readonly paneController: PaneController
|
||||
|
||||
public isSessionsModalVisible = false
|
||||
public isImportModalVisible = observable.box(false)
|
||||
|
||||
private appEventObserverRemovers: (() => void)[] = []
|
||||
private eventBus: InternalEventBus
|
||||
|
||||
Reference in New Issue
Block a user