From 2d51671c5fe985de135f0c7bfeec6832996594b5 Mon Sep 17 00:00:00 2001 From: "courtmanr@gmail.com" Date: Fri, 30 May 2025 11:16:05 +0100 Subject: [PATCH] fix: initialize PulseApp before using theme on setup page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Create PulseApp object before loading theme.js - Add safety check before calling theme.init() - This fixes "PulseApp is not defined" error on setup page 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/public/setup.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/public/setup.html b/src/public/setup.html index 6aa394975..80c73b3f5 100644 --- a/src/public/setup.html +++ b/src/public/setup.html @@ -309,10 +309,16 @@ +