Add note about Denormal protection pref changes

Modifications to the MXCSR register are pre thread. Changing this
setting only directly affects the GUI thread.
This commit is contained in:
Robin Gareus 2019-09-10 17:03:16 +02:00
parent d18f6dcbab
commit 24a0a4256a
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -2861,6 +2861,8 @@ RCOptionEditor::RCOptionEditor ()
dm->set_sensitive(false);
}
dm->set_note (_("Changes may not be effective until audio-engine restart."));
add_option (_("Audio"), dm);
add_option (_("Audio"), new OptionEditorHeading (_("Regions")));