1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-26 06:22:50 -05:00
This commit is contained in:
bbedward
2025-08-26 23:19:18 -04:00
parent 38b23d7fb0
commit 346e00d395
4 changed files with 45 additions and 31 deletions

View File

@@ -1185,7 +1185,7 @@ Item {
cursorShape: Qt.PointingHandCursor
onClicked: {
logoutDialog.close()
CompositorService.logout()
SessionService.logout()
}
}
}