fix(system-tray): keyboard indicator not show

Change-Id: Ib127afb8a7edcb1f5cc2509266230811d5b721af
This commit is contained in:
haruyukilxz 2018-10-23 10:38:54 +08:00
parent cd27043d8e
commit 99095cb249
No known key found for this signature in database
GPG Key ID: 593AFD577C1B1A60
Notes: gerrit 2018-10-23 13:22:38 +08:00
Verified+1: <jenkins@deepin.com>
Code-Review+2: 流年匆忙 <lxz@ilxz.me>
Submitted-by: 流年匆忙 <lxz@ilxz.me>
Submitted-at: Tue, 23 Oct 2018 13:22:38 +0800
Reviewed-on: https://cr.deepin.io/39175
Project: dde/dde-dock
Branch: refs/heads/master

View File

@ -142,7 +142,6 @@ void IndicatorTrayPrivate::initDBus(const QString &indicatorKey)
qDebug() << "delay load" << delay << indicatorKey << q;
indicatorTrayWidget->hide();
QTimer::singleShot(delay, [ = ]() {
auto data = config.value("data").toObject();