summaryrefslogtreecommitdiff
path: root/services/Network.qml
diff options
context:
space:
mode:
Diffstat (limited to 'services/Network.qml')
-rw-r--r--services/Network.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/services/Network.qml b/services/Network.qml
index 7e579a6..3844619 100644
--- a/services/Network.qml
+++ b/services/Network.qml
@@ -12,8 +12,6 @@ Singleton {
property bool wifiEnabled: true
readonly property bool scanning: rescanProc.running
- reloadableId: "network"
-
function enableWifi(enabled: bool): void {
const cmd = enabled ? "on" : "off";
enableWifiProc.exec(["nmcli", "radio", "wifi", cmd]);