mirror of https://github.com/odrling/Aegisub
Remove instances of ^USER and swap them with ^CONFIG, ^USER will still exist but won't be in the default config. Also add 'last opened' paths.
Originally committed to SVN as r4470.
This commit is contained in:
parent
d278c99652
commit
2c703a3baa
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"Backup" : "^USER/backup",
|
"Backup" : "^CONFIG/backup",
|
||||||
"Autosave" : "^USER/autosave",
|
"Autosave" : "^CONFIG/autosave",
|
||||||
"Data" : "^DATA",
|
"Data" : "",
|
||||||
"User" : "^USER",
|
"User" : "",
|
||||||
"Temp" : "^TEMP",
|
"Temp" : "",
|
||||||
"Dictionary" : {
|
"Dictionary" : {
|
||||||
"Local" {
|
"Local" {
|
||||||
"Lang" : "^CONFIG/dictionary/lang",
|
"Lang" : "^CONFIG/dictionary/lang",
|
||||||
|
@ -23,5 +23,10 @@
|
||||||
"Cache" : "^CONFIG/fontconfig_cache"
|
"Cache" : "^CONFIG/fontconfig_cache"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"Last" : {
|
||||||
|
"Video" : "",
|
||||||
|
"Subtitle" : "^VIDEO",
|
||||||
|
"Audio" : "^VIDEO"
|
||||||
|
},
|
||||||
"Log" : "^CONFIG/log"
|
"Log" : "^CONFIG/log"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue