watch: highlight edit mode button while in edit mode

This commit is contained in:
galister
2025-12-21 18:25:07 +09:00
parent b11884637d
commit 48c02397a8
3 changed files with 12 additions and 3 deletions

View File

@@ -153,7 +153,7 @@
<sprite color="~set_color" width="40" height="40" src="edit/add.svg" />
</Button>
</div>
<Button macro="button_style" _press="::EditToggle" tooltip="WATCH.EDIT_MODE" tooltip_side="top">
<Button id="btn_edit_mode" macro="button_style" _press="::EditToggle" tooltip="WATCH.EDIT_MODE" tooltip_side="top">
<sprite color="~set_color" width="40" height="40" src="watch/edit.svg" />
</Button>
</div>