mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Fix the option name for the subtitle MRU list. Closes #1592.
This commit is contained in:
parent
c1b99aba0e
commit
4603f39962
@ -36,7 +36,7 @@ MRUManager::MRUManager(agi::fs::path const& config, std::string const& default_c
|
||||
{
|
||||
option_names["Audio"] = "Limits/MRU";
|
||||
option_names["Keyframes"] = "Limits/MRU";
|
||||
option_names["Subtitles"] = "Limits/MRU";
|
||||
option_names["Subtitle"] = "Limits/MRU";
|
||||
option_names["Timecodes"] = "Limits/MRU";
|
||||
option_names["Video"] = "Limits/MRU";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user