From 8b1cdec37e58d606a16ecb7539f72b092a3e2e16 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Tue, 30 Jan 2018 13:21:58 -0500 Subject: Start putting the new statusTray plugin together. The networking status button is working now, need to finish the others. --- src-qt5/core/lumina-desktop-unified/src-desktop/src-qml/src-qml.qrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src-qt5/core/lumina-desktop-unified/src-desktop/src-qml/src-qml.qrc') 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 a4dc414f..ba143027 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 @@ -5,5 +5,10 @@ Screen.qml Panel.qml NativeWindow.qml + plugins/StatusTray.qml + plugins/status_tray/TrayIcon.qml + plugins/status_tray/VolumeButton.qml + plugins/status_tray/NetworkButton.qml + plugins/status_tray/BatteryButton.qml -- cgit