1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-11 07:52:50 -05:00

cleanup vpn gdbus monitor

This commit is contained in:
bbedward
2025-09-20 10:11:17 -04:00
parent 8a7e386adb
commit 2b5a5115b7

View File

@@ -38,6 +38,10 @@ Singleton {
Component.onCompleted: initialize()
Component.onDestruction: {
nmMonitor.running = false
}
function initialize() {
// Start monitoring NetworkManager for changes
nmMonitor.running = true