Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
moved frames folder for file synchronization
  • Loading branch information
Andreas Müller committed Jul 26, 2022
commit d2b962cd14bf8fb5068bc5fe3cb36653ffd83d0b
2 changes: 1 addition & 1 deletion src/include/file-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class fileConfig extends config {
}

get frameDir() {
return Fs.join(this.globalDir, 'frames');
return Fs.join(this.globalDir, 'frames/files');
}

get cacheDir() {
Expand Down