Skip to content

Commit 21da586

Browse files
authored
Merge pull request #1026 from NeroBurner/fix_settings_chimes
Fix SettingChimes cbOption array size
2 parents dbfcb45 + f47b04f commit 21da586

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/displayapp/screens/settings/SettingChimes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace Pinetime {
2020
private:
2121
Controllers::Settings& settingsController;
2222
uint8_t optionsTotal;
23-
lv_obj_t* cbOption[2];
23+
lv_obj_t* cbOption[3];
2424
};
2525
}
2626
}

0 commit comments

Comments
 (0)