aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/settings/SettingChimes.h
Commit message (Collapse)AuthorAgeFilesLines
* screens: Remove unused DisplayApp parametersRiku Isokoski2023-02-251-1/+1
|
* SettingChimes: Use CheckboxListRiku Isokoski2023-01-291-13/+3
|
* Format header filesFinlay Davidson2023-01-091-0/+1
| | | | In my PR updating clang-format, I forgot to also format the headers.
* FixElements60072022-11-191-1/+1
| | | Co-authored-by: NeroBurner <pyro4hell@gmail.com>
* Clang formatElements60072022-11-191-6/+4
|
* Update SettingChimes.hElements60072022-11-191-3/+3
|
* SettingChimes: private Option struct, use std::array for cbOptionReinhold Gschweicher2022-06-111-6/+5
|
* Simplify SettingChimes codeRiku Isokoski2022-06-111-2/+14
|
* Fix SettingChimes cbOption array sizeReinhold Gschweicher2022-03-081-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
* Chimes optionSteveAmor2021-11-071-0/+27