summaryrefslogtreecommitdiff
path: root/services/Network.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-01 14:35:53 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-01 14:35:53 +1000
commit16dcc078590c3013fd1134b927dd289a6f1610e9 (patch)
treeb0a7bf740a7b0695d0364e32a87aa11e33058eb3 /services/Network.qml
parentfeat: get networks (diff)
downloadcaelestia-shell-16dcc078590c3013fd1134b927dd289a6f1610e9.tar.gz
caelestia-shell-16dcc078590c3013fd1134b927dd289a6f1610e9.tar.bz2
caelestia-shell-16dcc078590c3013fd1134b927dd289a6f1610e9.zip
bar: fix tray icons
Diffstat (limited to 'services/Network.qml')
-rw-r--r--services/Network.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/services/Network.qml b/services/Network.qml
index 67bcb48..3aa1dd6 100644
--- a/services/Network.qml
+++ b/services/Network.qml
@@ -57,10 +57,10 @@ Singleton {
}
component AccessPoint: QtObject {
- property string ssid
- property int strength
- property int frequency
- property bool active
+ required property string ssid
+ required property int strength
+ required property int frequency
+ required property bool active
}
Component {