mirror of
https://github.com/KDE/latte-dock.git
synced 2024-12-26 23:21:37 +03:00
disable debug message for dbus calls
This commit is contained in:
parent
bd9021a412
commit
a8c6e2f342
@ -1194,7 +1194,7 @@ void DockCorona::activateTaskManagerEntry(int index, Qt::Key modifier)
|
||||
//! update badge for specific dock item
|
||||
void DockCorona::updateDockItemBadge(QString identifier, QString value)
|
||||
{
|
||||
qDebug() << "DBUS CALL ::: " << identifier << " - " << value;
|
||||
//qDebug() << "DBUS CALL ::: " << identifier << " - " << value;
|
||||
auto updateBadgeForTaskInContainment = [this](const Plasma::Containment * c, QString identifier, QString value) {
|
||||
const auto &applets = c->applets();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user