Skip to content

Commit

Permalink
rename PLAY to RUN
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Mar 22, 2024
1 parent bf20b57 commit ffd33c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viewer3D.jl
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ function Viewer3D(show_kite=true, autolabel="Autopilot")
btn_RESET = Button(sub_fig, label = "RESET")
btn_ZOOM_in = Button(sub_fig, label = "Zoom +")
btn_ZOOM_out = Button(sub_fig, label = "Zoom -")
btn_PLAY_PAUSE = Button(sub_fig, label = @lift($running ? "PAUSE" : " PLAY "))
btn_PLAY_PAUSE = Button(sub_fig, label = @lift($running ? "PAUSE" : " RUN "))
btn_AUTO = Button(sub_fig, label = autolabel)
btn_PARKING = Button(sub_fig, label = "Parking")
btn_STOP = Button(sub_fig, label = "STOP")
Expand Down

0 comments on commit ffd33c8

Please sign in to comment.