Merge pull request #1026 from NeroBurner/fix_settings_chimes

Fix SettingChimes cbOption array size
This commit is contained in:
JF
2022-03-09 21:59:30 +01:00
committed by GitHub

View File

@@ -20,7 +20,7 @@ namespace Pinetime {
private:
Controllers::Settings& settingsController;
uint8_t optionsTotal;
lv_obj_t* cbOption[2];
lv_obj_t* cbOption[3];
};
}
}