mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-11 07:52:50 -05:00
fix dangling gdbus processes
This commit is contained in:
@@ -109,6 +109,10 @@ Singleton {
|
||||
initializeDBusMonitors()
|
||||
}
|
||||
|
||||
Component.onDestruction: {
|
||||
nmStateMonitor.running = false
|
||||
}
|
||||
|
||||
function addRef() {
|
||||
refCount++
|
||||
if (refCount === 1) {
|
||||
|
||||
Reference in New Issue
Block a user