Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Fella <nicolas.fella@gmx.de>2020-06-15 16:35:34 +0300
committerCamila <smayres@gmail.com>2020-06-15 21:52:41 +0300
commitbe2e5266aa1d00da5600c6cb7a96b5cfe17cae6b (patch)
tree5c8795f04373085cec5b470b23636ba09a951ff7 /resources.qrc
parentcf6ac3d14e92d26310df837bc80fd404e2838f58 (diff)
Create HeaderButton QML component
Deduplicate the Button code by moving it into a separate file. Also use the same background code for the apps button since as far as I can tell it didn't behave any different Signed-off-by: Nicolas Fella <nicolas.fella@gmx.de>
Diffstat (limited to 'resources.qrc')
-rw-r--r--resources.qrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources.qrc b/resources.qrc
index 6ea8bb8fc..437c9567a 100644
--- a/resources.qrc
+++ b/resources.qrc
@@ -2,6 +2,7 @@
<qresource prefix="/qml">
<file>src/gui/tray/Window.qml</file>
<file>src/gui/tray/UserLine.qml</file>
+ <file>src/gui/tray/HeaderButton.qml</file>
<file>theme/Style/Style.qml</file>
<file>theme/Style/qmldir</file>
</qresource>