Code tidy
This commit is contained in:
Philip Abbey
2025-09-05 10:01:24 +01:00
parent 2923c8faec
commit 9dbae5a64a
2 changed files with 11 additions and 11 deletions

View File

@@ -143,7 +143,7 @@ class HomeAssistantApp extends Application.AppBase {
} else { } else {
ret = [new WatchUi.View(), new WatchUi.BehaviorDelegate()]; ret = [new WatchUi.View(), new WatchUi.BehaviorDelegate()];
} }
// Separated from Settings.update() in order to call after fetchMenuConfig() and not call it on changes settings. // Separated from Settings.update() in order to call after fetchMenuConfig() and not call it on changed settings.
Settings.webhook(); Settings.webhook();
return ret; return ret;
} }