| 78 | } |
| 79 | |
| 80 | void setTimeFormat24Hour(bool show24Hour) { |
| 81 | SystemSettings properties; |
| 82 | if (!loadSystemSettings(properties)) { |
| 83 | return; |
| 84 | } |
| 85 | |
| 86 | properties.timeFormat24h = show24Hour; |
| 87 | saveSystemSettings(properties); |
| 88 | } |
| 89 | |
| 90 | } |
no test coverage detected