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:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user