summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJF <JF002@users.noreply.github.com>2022-03-09 21:59:30 +0100
committerGitHub <noreply@github.com>2022-03-09 21:59:30 +0100
commit21da5869c5e48df666ea9d9c7698f7f69528645e (patch)
tree1a51fc61eea33dc8eee947ff46d20f214cc5d693 /src
parentdbfcb455fe0f242eee1397cd5aeb0a3071b1ab14 (diff)
parentf47b04ffd0ee401381f18cfedd716d492b4c7db8 (diff)
Merge pull request #1026 from NeroBurner/fix_settings_chimes
Fix SettingChimes cbOption array size
Diffstat (limited to 'src')
-rw-r--r--src/displayapp/screens/settings/SettingChimes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/settings/SettingChimes.h b/src/displayapp/screens/settings/SettingChimes.h
index 653f87f7..a251e95b 100644
--- a/src/displayapp/screens/settings/SettingChimes.h
+++ b/src/displayapp/screens/settings/SettingChimes.h
@@ -20,7 +20,7 @@ namespace Pinetime {
private:
Controllers::Settings& settingsController;
uint8_t optionsTotal;
- lv_obj_t* cbOption[2];
+ lv_obj_t* cbOption[3];
};
}
}