clock fix

This commit is contained in:
kremsy 2014-04-29 20:32:21 +02:00 committed by Steffen Schröder
parent f0b03ccb7a
commit e3584e764e

View File

@ -272,7 +272,7 @@ class WidgetPlugin implements CallbackListener, TimerListener, Plugin {
$label->setZ(0.2);
$label->setTextSize(1);
$label->setTextColor("FFF");
$label->addClockFeature(true);
$label->addClockFeature(false);
// Send manialink
$this->maniaControl->manialinkManager->sendManialink($maniaLink, $login);