[apps] Show clock in titlebar

This commit is contained in:
Jean-Baptiste Boric
2020-06-07 15:33:34 +02:00
parent 2fd15b7d7f
commit 93e6daec6b
3 changed files with 27 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ bool AppsWindow::updateBatteryLevel() {
bool AppsWindow::updateClock() {
Ion::RTC::DateTime dateTime = Ion::RTC::dateTime();
return m_titleBarView.setClock(dateTime.tm_hour, dateTime.tm_min);
return m_titleBarView.setClock(dateTime.tm_hour, dateTime.tm_min, Ion::RTC::mode() != Ion::RTC::Mode::Disabled);
}
bool AppsWindow::updateIsChargingState() {