mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
plasma: break once the UDI has been found in BatteryMonitorWidget::slotUpdateIcon()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
a30aa87121
commit
9e1808ec97
1 changed files with 1 additions and 0 deletions
|
@ -383,6 +383,7 @@ void BatteryMonitorWidget::slotUpdateIcon(const int state, const QString &udi)
|
|||
if (iconwidgetudi == m_activebattery) {
|
||||
setActiveBattery(m_activebattery);
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue