Merge pull request #1026 from NeroBurner/fix_settings_chimes
Fix SettingChimes cbOption array size
This commit is contained in:
commit
21da5869c5
|
@ -20,7 +20,7 @@ namespace Pinetime {
|
|||
private:
|
||||
Controllers::Settings& settingsController;
|
||||
uint8_t optionsTotal;
|
||||
lv_obj_t* cbOption[2];
|
||||
lv_obj_t* cbOption[3];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue