diff options
Diffstat (limited to 'services/Network.qml')
| -rw-r--r-- | services/Network.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/services/Network.qml b/services/Network.qml index 93c8d50..a65ab1e 100644 --- a/services/Network.qml +++ b/services/Network.qml @@ -11,6 +11,8 @@ Singleton { active: true } + reloadableId: "network" + Process { running: true command: ["nmcli", "m"] |