Apply pending shell theme after background polling

This commit is contained in:
David Heinemeier Hansson
2026-06-22 19:57:05 +02:00
parent cdd833facb
commit 4773202ab0
2 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ assert(
assert(
backgroundQml.includes('pendingThemeFallbackTimer.restart()') &&
backgroundQml.includes('pendingThemeFallbackTimer.stop()') &&
backgroundQml.includes('id: pendingThemeFallbackTimer'),
backgroundQml.includes('id: pendingThemeFallbackTimer') &&
!backgroundQml.includes('pendingThemeVersion !== backgroundVersion'),
'background theme transition applies pending colors even if image reveal stalls'
)
JS