1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-07 22:15:38 -05:00

fix light mode ipc

This commit is contained in:
bbedward
2025-08-27 09:00:56 -04:00
parent 4122cfca4c
commit ab9f482ffd
4 changed files with 33 additions and 33 deletions

View File

@@ -253,10 +253,7 @@ Item {
hoverEnabled: true
cursorShape: Qt.PointingHandCursor
onClicked: {
const newLightMode = !SessionData.isLightMode
SessionData.setLightMode(newLightMode)
Theme.isLightMode = newLightMode
PortalService.setLightMode(newLightMode)
Theme.toggleLightMode()
}
}