We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d71ac7f + 48743de commit 8ca599fCopy full SHA for 8ca599f
1 file changed
event/main_listener.php
@@ -77,6 +77,7 @@ public function manifest_updates(data $event): void
77
// Prepare manifest updates array
78
$manifest_updates = [];
79
80
+ // TODO This may need to be removed if manifest goes stateless (no user/session)
81
// Add theme and background colors if configured
82
if (!empty($this->user->style['pwa_theme_color']))
83
{
0 commit comments