mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
remove debug message
This commit is contained in:
parent
4573e2badc
commit
6250e48140
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ MouseArea {
|
|||
}
|
||||
horizontalAlignment: Qt.AlignRight
|
||||
verticalAlignment: Qt.AlignVCenter
|
||||
text: background.margins.top + summary + (!notificationItem.expanded && body ? "..." : "")
|
||||
text: summary + (!notificationItem.expanded && body ? "..." : "")
|
||||
wrapMode: Text.WordWrap
|
||||
}
|
||||
PlasmaComponents.Label {
|
||||
|
|
|
|||
Loading…
Reference in a new issue