feat: enhance click handling for color inputs and update event bus cleanup

This commit is contained in:
alexsparkes
2026-02-04 21:15:12 +00:00
parent 7a390b91ca
commit 8dd6cf2655
18 changed files with 188 additions and 112 deletions

View File

@@ -22,7 +22,7 @@ const useAppSetup = () => {
loadSettings();
const refreshHandler = (data) => {
if (data === 'other') {
if (data === 'other' || data === 'greeting' || data === 'clock' || data === 'quote') {
loadSettings(true);
}
};