diff --git a/xdrip/View Controllers/SettingsNavigationController/SettingsViewController/SettingsViewModels/SettingsViewHomeScreenSettingsViewModel.swift b/xdrip/View Controllers/SettingsNavigationController/SettingsViewController/SettingsViewModels/SettingsViewHomeScreenSettingsViewModel.swift index e0d8a6c9..1ed7ad5b 100644 --- a/xdrip/View Controllers/SettingsNavigationController/SettingsViewController/SettingsViewModels/SettingsViewHomeScreenSettingsViewModel.swift +++ b/xdrip/View Controllers/SettingsNavigationController/SettingsViewController/SettingsViewModels/SettingsViewHomeScreenSettingsViewModel.swift @@ -254,10 +254,10 @@ struct SettingsViewHomeScreenSettingsViewModel:SettingsViewModelProtocol { switch setting { - case .urgentHighMarkValue, .highMarkValue, .lowMarkValue, .urgentLowMarkValue, .targetMarkValue: + case .screenLockDimmingType, .urgentHighMarkValue, .highMarkValue, .lowMarkValue, .urgentLowMarkValue, .targetMarkValue: return UITableViewCell.AccessoryType.disclosureIndicator - case .allowScreenRotation, .screenLockDimmingType, .showClockWhenScreenIsLocked, .showMiniChart, .useObjectives, .showTarget: + case .allowScreenRotation, .showClockWhenScreenIsLocked, .showMiniChart, .useObjectives, .showTarget: return UITableViewCell.AccessoryType.none }