Merge pull request #12 from vikbez/fix_handlenotes

Fix handleNotes setting variable
This commit is contained in:
bbswitzer
2024-08-29 19:07:39 -04:00
committed by GitHub

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;