mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
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
src/libresrc
@ -592,10 +592,9 @@
|
||||
},
|
||||
"Force BT.601" : true,
|
||||
"Last Script Resolution Mismatch Choice" : 2,
|
||||
"Open Audio" : false,
|
||||
"Open Audio" : true,
|
||||
"Overscan Mask" : false,
|
||||
"Provider" : "ffmpegsource",
|
||||
"Script Resolution Mismatch" : 1,
|
||||
"Slider" : {
|
||||
"Fast Jump Step" : 10,
|
||||
"Show Keyframes" : true
|
||||
|
@ -592,10 +592,9 @@
|
||||
},
|
||||
"Force BT.601" : true,
|
||||
"Last Script Resolution Mismatch Choice" : 2,
|
||||
"Open Audio" : false,
|
||||
"Open Audio" : true,
|
||||
"Overscan Mask" : false,
|
||||
"Provider" : "ffmpegsource",
|
||||
"Script Resolution Mismatch" : 1,
|
||||
"Slider" : {
|
||||
"Fast Jump Step" : 10,
|
||||
"Show Keyframes" : true
|
||||
|
Loading…
x
Reference in New Issue
Block a user