aboutsummaryrefslogtreecommitdiff
path: root/qml.qrc
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2021-04-03 10:45:02 +0000
committerxiphon <xiphon@protonmail.com>2021-04-06 11:58:36 +0000
commit6bc96270469294d6ddfedf16ff166c49079491be (patch)
tree3cf15acb631c4bc940b58f8b612420f78b35c050 /qml.qrc
parent34df4e74d4c75f53d0a05ad9e75cf494e9f7134a (diff)
downloadmonzero-gui-6bc96270469294d6ddfedf16ff166c49079491be.tar.gz
monzero-gui-6bc96270469294d6ddfedf16ff166c49079491be.tar.xz
monzero-gui-6bc96270469294d6ddfedf16ff166c49079491be.zip
SettingsNode: implement multiple remote nodes support
Diffstat (limited to 'qml.qrc')
-rw-r--r--qml.qrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/qml.qrc b/qml.qrc
index 625da33f..1680e64a 100644
--- a/qml.qrc
+++ b/qml.qrc
@@ -3,10 +3,12 @@
<file>main.qml</file>
<file>LeftPanel.qml</file>
<file>MiddlePanel.qml</file>
+ <file>components/Dialog.qml</file>
<file>components/Label.qml</file>
<file>components/LanguageButton.qml</file>
<file>components/Navbar.qml</file>
<file>components/NavbarItem.qml</file>
+ <file>components/RemoteNodeDialog.qml</file>
<file>components/SettingsListItem.qml</file>
<file>components/Slider.qml</file>
<file>components/UpdateDialog.qml</file>