forked from mia/Aegisub
Fixed some Automation defaults.
Originally committed to SVN as r1341.
This commit is contained in:
parent
b9e7754b17
commit
9fafcb6b81
1 changed files with 2 additions and 2 deletions
|
@ -200,10 +200,10 @@ void OptionsManager::LoadDefaults(bool onlyDefaults) {
|
||||||
SetModificationType(MOD_AUTOMATIC);
|
SetModificationType(MOD_AUTOMATIC);
|
||||||
SetText(_T("Automation Base Path"), _T("?data/automation/"));
|
SetText(_T("Automation Base Path"), _T("?data/automation/"));
|
||||||
SetText(_T("Automation Include Path"), _T("?user/automation/include/|?data/automation/include/"));
|
SetText(_T("Automation Include Path"), _T("?user/automation/include/|?data/automation/include/"));
|
||||||
SetText(_T("Automation Autoload Path"), _T("?user/automation/autoload/|?data/automation/include/"));
|
SetText(_T("Automation Autoload Path"), _T("?user/automation/autoload/|?data/automation/autoload/"));
|
||||||
SetInt(_T("Automation Trace Level"), 3);
|
SetInt(_T("Automation Trace Level"), 3);
|
||||||
SetInt(_T("Automation Thread Priority"), 1); // "below normal"
|
SetInt(_T("Automation Thread Priority"), 1); // "below normal"
|
||||||
SetInt(_T("Automation Autoreload Mode"), 0); // never
|
SetInt(_T("Automation Autoreload Mode"), 1); // local only
|
||||||
|
|
||||||
// Generate colors
|
// Generate colors
|
||||||
// FIXME: Can't reliably store the system colour-based ones in the config file, the user might change colour scheme
|
// FIXME: Can't reliably store the system colour-based ones in the config file, the user might change colour scheme
|
||||||
|
|
Loading…
Reference in a new issue