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

niri: do screen transition when changing themes

This commit is contained in:
bbedward
2025-09-19 10:24:37 -04:00
parent 5fcffba73e
commit 0e887408c5
3 changed files with 19 additions and 2 deletions

View File

@@ -220,6 +220,7 @@ Singleton {
saveSettings()
if (typeof Theme !== "undefined") {
Theme.screenTransition()
if (Theme.currentTheme === Theme.dynamic) {
Theme.extractColors()
}