mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-04 22:14:55 +00:00
a button to show config file location
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user