aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop-unified/src-desktop/src-qml/src-qml.qrc
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2018-01-31 12:04:36 -0500
committerKen Moore <ken@ixsystems.com>2018-01-31 12:04:36 -0500
commit4a2a6f3af5dab7effdb7c512e8b03adf2724b401 (patch)
treed0a4777680df4dc8573722643ed28c5de6f000d0 /src-qt5/core/lumina-desktop-unified/src-desktop/src-qml/src-qml.qrc
parentGet the volume button/backend functional. (diff)
downloadlumina-4a2a6f3af5dab7effdb7c512e8b03adf2724b401.tar.gz
lumina-4a2a6f3af5dab7effdb7c512e8b03adf2724b401.tar.bz2
lumina-4a2a6f3af5dab7effdb7c512e8b03adf2724b401.zip
Get a lot more cache system setup for OSInterface backend.
Add a new "UpdateButton" to the StatusTray plugin.
Diffstat (limited to 'src-qt5/core/lumina-desktop-unified/src-desktop/src-qml/src-qml.qrc')
-rw-r--r--src-qt5/core/lumina-desktop-unified/src-desktop/src-qml/src-qml.qrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-desktop-unified/src-desktop/src-qml/src-qml.qrc b/src-qt5/core/lumina-desktop-unified/src-desktop/src-qml/src-qml.qrc
index ba143027..1da9d5bd 100644
--- a/src-qt5/core/lumina-desktop-unified/src-desktop/src-qml/src-qml.qrc
+++ b/src-qt5/core/lumina-desktop-unified/src-desktop/src-qml/src-qml.qrc
@@ -10,5 +10,6 @@
<file>plugins/status_tray/VolumeButton.qml</file>
<file>plugins/status_tray/NetworkButton.qml</file>
<file>plugins/status_tray/BatteryButton.qml</file>
+ <file>plugins/status_tray/UpdateButton.qml</file>
</qresource>
</RCC>
bgstack15