MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / isTimeFormat24Hour

Function isTimeFormat24Hour

Tactility/Source/settings/time.cpp:71–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71bool isTimeFormat24Hour() {
72 SystemSettings properties;
73 if (!loadSystemSettings(properties)) {
74 return true;
75 } else {
76 return properties.timeFormat24h;
77 }
78}
79
80void setTimeFormat24Hour(bool show24Hour) {
81 SystemSettings properties;

Callers 3

onShowMethod · 0.85
update_timeFunction · 0.85

Calls 1

loadSystemSettingsFunction · 0.85

Tested by

no test coverage detected