feat(about): show config directory (#2600)

* feat(about): show config directory

* feat(about): run yarn i18n:extract

* refactor(about): use existing appdata path method

* feat(about): suggested changes

* refactor(logs): rename variable to be more consistent

* feat: suggested changes
This commit is contained in:
Danshil Kokil Mungur
2022-03-15 17:01:11 +04:00
committed by GitHub
parent d92f169375
commit 0c7373c7e8
6 changed files with 14 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ export interface SettingsAboutResponse {
totalRequests: number;
totalMediaItems: number;
tz?: string;
appDataPath: string;
}
export interface PublicSettingsResponse {