Open settings popup on pushrule delegate click
This commit is contained in:
parent
8c4e5deb66
commit
e8b8509d22
|
@ -1,6 +1,5 @@
|
|||
# TODO
|
||||
|
||||
- right click on rule
|
||||
- combo box custom item
|
||||
- explain pattern
|
||||
- fix spinbox buttons
|
||||
|
|
|
@ -95,11 +95,13 @@ HTile {
|
|||
|
||||
NotificationRuleButton {
|
||||
icon.name: "pushrule-edit"
|
||||
onClicked: root.clicked()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
onClicked: window.makePopup(
|
||||
"Popups/PushRuleSettingsPopup/PushRuleSettingsPopup.qml",
|
||||
{userId: page.userId, rule: model},
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user