mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-11-29 10:53:43 +00:00
update DP
update aw-kde4
This commit is contained in:
@ -187,7 +187,7 @@ Item {
|
||||
QtControls.ComboBox {
|
||||
id: tags
|
||||
width: parent.width - addTagButton.width - showValueButton.width
|
||||
model: ADAdds.dictKeys()
|
||||
model: DPAdds.dictKeys()
|
||||
}
|
||||
QtControls.Button {
|
||||
id: addTagButton
|
||||
@ -212,8 +212,6 @@ Item {
|
||||
var message = i18n("Tag: %1", tags.currentText)
|
||||
message += "<br>"
|
||||
message += i18n("Value: %1", DPAdds.valueByKey(tags.currentText))
|
||||
message += "<br>"
|
||||
message += i18n("Info: %1", DPAdds.infoByKey(tags.currentText))
|
||||
DPAdds.sendNotification("tag", message)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user