mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-06-16 11:28:40 +00:00
Cosmetic
This commit is contained in:
@ -35,9 +35,7 @@ class HomeAssistantView extends WatchUi.Menu2 {
|
||||
} or Null
|
||||
) {
|
||||
if (options == null) {
|
||||
options = {
|
||||
:title => definition.get("title") as Lang.String
|
||||
};
|
||||
options = { :title => definition.get("title") as Lang.String };
|
||||
} else {
|
||||
options.put(:title, definition.get("title") as Lang.String);
|
||||
}
|
||||
|
Reference in New Issue
Block a user