diff --git a/subiquitycore/ui/buttons.py b/subiquitycore/ui/buttons.py index f6f338a9..7d2983ff 100644 --- a/subiquitycore/ui/buttons.py +++ b/subiquitycore/ui/buttons.py @@ -31,6 +31,7 @@ def _stylized_button(left, right, style): def action_button(style): return _stylized_button('[', ']', style) + menu_btn = _stylized_button("", ">", "menu") forward_btn = _stylized_button("", ">", "done") done_btn = action_button("done")