forked from organicmaps/organicmaps
[iOS] Night mode support for drivingOptionsCell
This commit is contained in:
parent
78bfa26dbf
commit
53adc749fb
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ using namespace power_management;
|
|||
|
||||
NSString * ttsEnabledString = [MWMTextToSpeech isTTSEnabled] ? L(@"on") : L(@"off");
|
||||
[self.voiceInstructionsCell configWithTitle:L(@"pref_tts_enable_title") info:ttsEnabledString];
|
||||
[self.drivingOptionsCell configWithTitle:L(@"driving_options_title") info:@""];
|
||||
}
|
||||
|
||||
- (void)configInfoSection
|
||||
|
|
Loading…
Add table
Reference in a new issue