committed by
Nicolas Fella
parent
e5064dffe5
commit
48c17798b7
@@ -19,7 +19,6 @@ Kirigami.Page {
|
|||||||
text: i18n("Accept this invitation?")
|
text: i18n("Accept this invitation?")
|
||||||
RowLayout {
|
RowLayout {
|
||||||
Button {
|
Button {
|
||||||
flat: true
|
|
||||||
Layout.alignment : Qt.AlignHCenter
|
Layout.alignment : Qt.AlignHCenter
|
||||||
text: i18n("Cancel")
|
text: i18n("Cancel")
|
||||||
|
|
||||||
@@ -29,7 +28,6 @@ Kirigami.Page {
|
|||||||
Button {
|
Button {
|
||||||
Layout.alignment : Qt.AlignHCenter
|
Layout.alignment : Qt.AlignHCenter
|
||||||
text: i18n("Reject")
|
text: i18n("Reject")
|
||||||
flat: true
|
|
||||||
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
room.forget()
|
room.forget()
|
||||||
|
|||||||
Reference in New Issue
Block a user