show toast, not error, in updateMenuItems

This commit is contained in:
Vincent Elger Zwanenburg
2025-07-12 00:03:09 +01:00
parent ac899ff784
commit 979d85fce5
2 changed files with 30 additions and 5 deletions

View File

@ -27,9 +27,8 @@ class HomeAssistantService {
//! Class Constructor
//
function initialize() {
if (WatchUi has :showToast) {
mHasToast = true;
}
mHasToast = WatchUi has :showToast;
if (Attention has :vibrate) {
mHasVibrate = true;
}