summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/CheckboxList.cpp
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2022-10-01 21:11:05 +0200
committerJean-François Milants <jf@codingfield.com>2022-10-01 21:11:05 +0200
commitf9f8d7eeadbcc78a5a487f2dd1cb2f24888c8a57 (patch)
treec5c8bffaed56bf21ef0329e00f8e0fecfd2832c5 /src/displayapp/screens/CheckboxList.cpp
parent9bf43c380e54f67199df0e157d208cde7a3e4ade (diff)
parentd6b4ef38f6c070dc27577ae371d3b0b86d5aec3b (diff)
Merge branch 'ITCactus-watchface-casio-digital-G7710' into develop
Diffstat (limited to 'src/displayapp/screens/CheckboxList.cpp')
-rw-r--r--src/displayapp/screens/CheckboxList.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/displayapp/screens/CheckboxList.cpp b/src/displayapp/screens/CheckboxList.cpp
index b89add43..952d86da 100644
--- a/src/displayapp/screens/CheckboxList.cpp
+++ b/src/displayapp/screens/CheckboxList.cpp
@@ -98,7 +98,6 @@ CheckboxList::CheckboxList(const uint8_t screenID,
CheckboxList::~CheckboxList() {
lv_obj_clean(lv_scr_act());
- settingsController.SaveSettings();
}
void CheckboxList::UpdateSelected(lv_obj_t* object, lv_event_t event) {