mirror of https://github.com/odrling/Aegisub
Enable loading audio when opening video by default
Main reason not to do this was that loading audio blocked the UI, which has now been fixed, and having to separately load audio confuses beginners.
This commit is contained in:
parent
6b8c1ff2b2
commit
c2455cccb6
|
@ -592,10 +592,9 @@
|
||||||
},
|
},
|
||||||
"Force BT.601" : true,
|
"Force BT.601" : true,
|
||||||
"Last Script Resolution Mismatch Choice" : 2,
|
"Last Script Resolution Mismatch Choice" : 2,
|
||||||
"Open Audio" : false,
|
"Open Audio" : true,
|
||||||
"Overscan Mask" : false,
|
"Overscan Mask" : false,
|
||||||
"Provider" : "ffmpegsource",
|
"Provider" : "ffmpegsource",
|
||||||
"Script Resolution Mismatch" : 1,
|
|
||||||
"Slider" : {
|
"Slider" : {
|
||||||
"Fast Jump Step" : 10,
|
"Fast Jump Step" : 10,
|
||||||
"Show Keyframes" : true
|
"Show Keyframes" : true
|
||||||
|
|
|
@ -592,10 +592,9 @@
|
||||||
},
|
},
|
||||||
"Force BT.601" : true,
|
"Force BT.601" : true,
|
||||||
"Last Script Resolution Mismatch Choice" : 2,
|
"Last Script Resolution Mismatch Choice" : 2,
|
||||||
"Open Audio" : false,
|
"Open Audio" : true,
|
||||||
"Overscan Mask" : false,
|
"Overscan Mask" : false,
|
||||||
"Provider" : "ffmpegsource",
|
"Provider" : "ffmpegsource",
|
||||||
"Script Resolution Mismatch" : 1,
|
|
||||||
"Slider" : {
|
"Slider" : {
|
||||||
"Fast Jump Step" : 10,
|
"Fast Jump Step" : 10,
|
||||||
"Show Keyframes" : true
|
"Show Keyframes" : true
|
||||||
|
|
Loading…
Reference in New Issue