Skip to content

Commit

Permalink
model presets - persistent timer: allow to choose a timer, set time t…
Browse files Browse the repository at this point in the history
…o be persistent
  • Loading branch information
offer-shmuely committed Apr 3, 2024
1 parent 3edc3de commit 454e74e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ function M.init()

label_new_time = ctx2.label(180, 170, 0, menu_h, formatTime2(hh, mm, ss), m_utils.FONT_16)

ctx2.label(menu_x, 210, 0, menu_h, "Note: Setting the timer to count up", m_utils.FONT_8)
ctx2.label(menu_x, 230, 0, menu_h, "Note: Setting the timer to be persistent", m_utils.FONT_8)
ctx2.label(menu_x, 210, 0, menu_h, "Note: Changing the timer to count up", m_utils.FONT_8)
ctx2.label(menu_x, 230, 0, menu_h, "Note: Changing the timer to be persistent", m_utils.FONT_8)

return nil
end
Expand Down

0 comments on commit 454e74e

Please sign in to comment.