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
commit 21da5869c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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