Fix verification
This commit is contained in:
@@ -240,7 +240,7 @@ ecm_add_qml_module(neochat URI org.kde.neochat GENERATE_PLUGIN_SOURCE
|
|||||||
qml/KeyVerificationDialog.qml
|
qml/KeyVerificationDialog.qml
|
||||||
qml/ConfirmLogoutDialog.qml
|
qml/ConfirmLogoutDialog.qml
|
||||||
qml/PowerLevelDialog.qml
|
qml/PowerLevelDialog.qml
|
||||||
qml/Message.qml
|
qml/VerificationMessage.qml
|
||||||
qml/EmojiItem.qml
|
qml/EmojiItem.qml
|
||||||
qml/EmojiRow.qml
|
qml/EmojiRow.qml
|
||||||
qml/EmojiSas.qml
|
qml/EmojiSas.qml
|
||||||
|
|||||||
@@ -121,7 +121,7 @@ Kirigami.Page {
|
|||||||
|
|
||||||
Component {
|
Component {
|
||||||
id: message
|
id: message
|
||||||
Message {
|
VerificationMessage {
|
||||||
icon: {
|
icon: {
|
||||||
switch (root.session.state) {
|
switch (root.session.state) {
|
||||||
case KeyVerificationSession.WAITINGFORREADY:
|
case KeyVerificationSession.WAITINGFORREADY:
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import QtQml
|
|||||||
|
|
||||||
import org.kde.neochat
|
import org.kde.neochat
|
||||||
|
|
||||||
Message {
|
VerificationMessage {
|
||||||
id: root
|
id: root
|
||||||
|
|
||||||
required property int reason
|
required property int reason
|
||||||
|
|||||||
Reference in New Issue
Block a user