mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-31 16:09:28 +02:00
Save and restore current settings when doing auto-reload
This commit is contained in:
parent
d841172abb
commit
cff7df273f
@ -388,8 +388,12 @@ bool NyquistEffect::Init()
|
||||
//(during this session).
|
||||
if (mFileName.GetModificationTime().IsLaterThan(mFileModified))
|
||||
{
|
||||
SaveUserPreset(GetCurrentSettingsGroup());
|
||||
|
||||
ParseFile();
|
||||
mFileModified = mFileName.GetModificationTime();
|
||||
|
||||
LoadUserPreset(GetCurrentSettingsGroup());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user