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