a button to show config file location

This commit is contained in:
Eugene Pankov
2019-02-13 22:58:47 +01:00
parent 59d1a2fc23
commit db54f4af13
3 changed files with 9 additions and 2 deletions

View File

@@ -78,9 +78,9 @@ export class ConfigProxy {
export class ConfigService {
store: any
restartRequested: boolean
path: string
private changed = new Subject<void>()
private _store: any
private path: string
private defaults: any
private servicesCache: { [id: string]: Function[] } = null