mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-04 14:04:56 +00:00
support syncing fully encrypted config - fixes #5400
This commit is contained in:
@@ -270,8 +270,8 @@ export class ConfigService {
|
||||
}
|
||||
|
||||
private emitChange (): void {
|
||||
this.changed.next()
|
||||
this.vault.setStore(this.store.vault)
|
||||
this.changed.next()
|
||||
}
|
||||
|
||||
private migrate (config) {
|
||||
|
Reference in New Issue
Block a user