mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-06-16 19:38:34 +00:00
Lean UI spike use correct icons for menu and tap
This commit is contained in:
@ -80,7 +80,7 @@ class HomeAssistantView extends WatchUi.Menu2 {
|
||||
if ((Application.Properties.getValue("lean_ui") as Lang.Boolean) == true){
|
||||
|
||||
var icon = new WatchUi.Bitmap({
|
||||
:rezId=>Rez.Drawables.ErrorIcon
|
||||
:rezId=>Rez.Drawables.TapIcon
|
||||
});
|
||||
|
||||
var alignement = {:alignment => WatchUi.MenuItem.MENU_ITEM_LABEL_ALIGN_RIGHT};
|
||||
|
Reference in New Issue
Block a user