summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/settings/SettingChimes.h
AgeCommit message (Collapse)AuthorFilesLines
2022-06-11SettingChimes: private Option struct, use std::array for cbOptionReinhold Gschweicher1-6/+5
2022-06-11Simplify SettingChimes codeRiku Isokoski1-2/+14
2022-03-08Fix SettingChimes cbOption array sizeReinhold Gschweicher1-1/+1
There are 3 options, but the array-size is set to 2. This leads to memory corruption in the initialization of the SettingChimes screen when assigning the third option object pointer. Found in https://github.com/InfiniTimeOrg/InfiniSim/issues/11
2021-11-07Chimes optionSteveAmor1-0/+27