1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

re-add transitions

This commit is contained in:
bbedward
2025-10-06 09:10:58 -04:00
parent 5140cd9d7f
commit 2b3b9d037c

View File

@@ -584,6 +584,7 @@ Column {
}
case "darkMode":
{
Theme.screenTransition()
Theme.setLightMode(!SessionData.isLightMode)
break
}
@@ -663,6 +664,7 @@ Column {
}
case "darkMode":
{
Theme.screenTransition()
Theme.setLightMode(!SessionData.isLightMode)
break
}