From 2b5a5115b77b80f9392efe73be4949117abd1586 Mon Sep 17 00:00:00 2001 From: bbedward Date: Sat, 20 Sep 2025 10:11:17 -0400 Subject: [PATCH] cleanup vpn gdbus monitor --- Services/VpnService.qml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Services/VpnService.qml b/Services/VpnService.qml index 8ac67e8f..2602750b 100644 --- a/Services/VpnService.qml +++ b/Services/VpnService.qml @@ -38,6 +38,10 @@ Singleton { Component.onCompleted: initialize() + Component.onDestruction: { + nmMonitor.running = false + } + function initialize() { // Start monitoring NetworkManager for changes nmMonitor.running = true