diff options
author | Loren Burkholder <computersemiexpert@outlook.com> | 2021-07-30 22:13:58 -0400 |
---|---|---|
committer | Loren Burkholder <computersemiexpert@outlook.com> | 2021-07-31 12:11:15 -0400 |
commit | dab1c9068ac6d48a1faba54d7510deb360ae74e3 (patch) | |
tree | d0200f0da0323fbeaa19dcfb5501aefa30eeeb74 /resources/qml/Root.qml | |
parent | Fix C&P error for DeviceType (diff) | |
download | nheko-dab1c9068ac6d48a1faba54d7510deb360ae74e3.tar.xz |
QML the raw message dialog
Diffstat (limited to 'resources/qml/Root.qml')
-rw-r--r-- | resources/qml/Root.qml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/resources/qml/Root.qml b/resources/qml/Root.qml index 7d91beae..70cfbda5 100644 --- a/resources/qml/Root.qml +++ b/resources/qml/Root.qml @@ -104,6 +104,14 @@ Page { } + Component { + id: rawMessageDialog + + RawMessageDialog { + } + + } + Shortcut { sequence: "Ctrl+K" onActivated: { |