- header-clocks: simplify calls

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2022-04-30 16:31:45 +02:00
committed by Thilo Graf
parent 9a98b259c0
commit 09764568ef
6 changed files with 7 additions and 7 deletions

View File

@@ -2327,7 +2327,7 @@ void CChannelList::paintHead()
if (header->getContextBtnObject())
if (!header->getContextBtnObject()->empty())
header->removeContextButtons();
header->enableClock(true, "%H:%M", "%H %M", true);
header->enableClock();
if (header->getClockObject())
header->getClockObject()->setCorner(RADIUS_LARGE, CORNER_TOP_RIGHT);