1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-26 22:42:50 -05:00

feat: Complete core hyprland port

This commit is contained in:
purian23
2025-08-20 21:02:34 -04:00
parent 712b4986be
commit 88d4dad21d
4 changed files with 29 additions and 3 deletions

View File

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