diff options
| author | xiphon <xiphon@protonmail.com> | 2021-03-17 11:32:11 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2021-03-17 12:00:17 +0000 |
| commit | 34d3f6575a8f46e206d67ed7f2eb04ca68907bf8 (patch) | |
| tree | 9328120228cb6845b9a424a7b5804b595db95acd /qml.qrc | |
| parent | e94ac7c75d713a209b4cdfa2e02459812b459a49 (diff) | |
| download | monzero-gui-34d3f6575a8f46e206d67ed7f2eb04ca68907bf8.tar.gz monzero-gui-34d3f6575a8f46e206d67ed7f2eb04ca68907bf8.tar.xz monzero-gui-34d3f6575a8f46e206d67ed7f2eb04ca68907bf8.zip | |
Navbar: reimplement as a reusable component, drop redundant code
Diffstat (limited to 'qml.qrc')
| -rw-r--r-- | qml.qrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,6 +5,8 @@ <file>MiddlePanel.qml</file> <file>components/Label.qml</file> <file>components/LanguageButton.qml</file> + <file>components/Navbar.qml</file> + <file>components/NavbarItem.qml</file> <file>components/SettingsListItem.qml</file> <file>components/Slider.qml</file> <file>components/UpdateDialog.qml</file> @@ -162,7 +164,6 @@ <file>pages/settings/SettingsLog.qml</file> <file>pages/settings/SettingsLayout.qml</file> <file>pages/settings/SettingsInfo.qml</file> - <file>pages/settings/Navbar.qml</file> <file>components/WarningBox.qml</file> <file>images/miningxmr.png</file> <file>images/miningxmr@2x.png</file> |
