summaryrefslogtreecommitdiff
path: root/baserender.c
diff options
context:
space:
mode:
Diffstat (limited to 'baserender.c')
-rw-r--r--baserender.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/baserender.c b/baserender.c
index 23401a77..3d71d59f 100644
--- a/baserender.c
+++ b/baserender.c
@@ -304,6 +304,8 @@ void cFlatBaseRender::TopBarUpdate(void) {
cString time = TimeString(t);
cString time2 = cString::sprintf("%s %s", *time, tr("clock"));
+ if( Config.TopBarHideClockText )
+ time2 = cString::sprintf("%s", *time);
int timeWidth = topBarFontClock->Width(*time2) + marginItem*2;
int Right = TopBarWidth - timeWidth;