may open settings file (#980)

This commit is contained in:
an-lee
2024-08-16 15:59:05 +08:00
committed by GitHub
parent 99b9b36920
commit 22c5ba32d5
3 changed files with 3 additions and 0 deletions

View File

@@ -388,6 +388,7 @@ ${log}
const paths: { [key: string]: string } = {
library: settings.libraryPath(),
database: settings.dbPath(),
settings: settings.file(),
audios: path.join(settings.userDataPath(), "audios"),
videos: path.join(settings.userDataPath(), "videos"),
segments: path.join(settings.userDataPath(), "segments"),