Fix handleNotes setting variable

This commit is contained in:
Romain Gay
2021-11-13 22:14:00 +01:00
committed by GitHub
parent ff31af5d5e
commit a1752fa8d0

View File

@@ -39,7 +39,7 @@ void updateSetting(SettingID::SettingID setting, int value)
switch(setting)
{
case HANDLE_NOTES:
scheduleNotes = value;
handleNotes = value;
break;
case SCHEDULE_NOTES:
scheduleNotes = value;