Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KaffeinatedKat committed Sep 30, 2023
1 parent c98d7a7 commit a7a51cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/displayapp/screens/settings/SettingDisplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ SettingDisplay::~SettingDisplay() {
}

void SettingDisplay::UpdateSelected(lv_obj_t* object, lv_event_t event) {
if (settingController.GetScreenTimeOut() == 0) {
if (settingsController.GetScreenTimeOut() == 0) {
settingsController.SetAlwaysOnDisplay(true);
} else {
settingsController.SetAlwaysOnDisplay(false);
Expand Down

0 comments on commit a7a51cd

Please sign in to comment.