diff options
author | DeepBlueV7.X <nicolas.werner@hotmail.de> | 2021-10-09 23:35:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-09 23:35:09 +0000 |
commit | 281d764aa3ce0ea55536a6356e1ed3511aaff6f4 (patch) | |
tree | aa8c88bdf2788c84053e7009adafea4c1b4a4c75 /resources/res.qrc | |
parent | Merge pull request #743 from LorenDB/qmlLogout (diff) | |
parent | Support bootstrapping crosssigning (diff) | |
download | nheko-281d764aa3ce0ea55536a6356e1ed3511aaff6f4.tar.xz |
Merge pull request #755 from Nheko-Reborn/bootstrapping
Support bootstrapping crosssigning
Diffstat (limited to 'resources/res.qrc')
-rw-r--r-- | resources/res.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/res.qrc b/resources/res.qrc index c18a6109..173206a7 100644 --- a/resources/res.qrc +++ b/resources/res.qrc @@ -138,6 +138,7 @@ <file>qml/TopBar.qml</file> <file>qml/QuickSwitcher.qml</file> <file>qml/ForwardCompleter.qml</file> + <file>qml/SelfVerificationCheck.qml</file> <file>qml/TypingIndicator.qml</file> <file>qml/NotificationWarning.qml</file> <file>qml/emoji/EmojiPicker.qml</file> |