Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed May 1, 2024
1 parent e476f86 commit a5c5000
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/autopilot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,6 @@ on(app.viewer.menu_project.i_selected) do c
GLFW.SetWindowTitle(app.viewer.screen.glscreen, PROJECT)
lines = readfile(joinpath(KiteControllers.KiteUtils.get_data_path(), "gui.yaml"))
lines = change_value(lines, "project:", PROJECT)
println(PROJECT)
writefile(lines, joinpath(KiteControllers.KiteUtils.get_data_path(), "gui.yaml"))
sleep(0.1)
app.set = deepcopy(load_settings(PROJECT))
Expand Down

0 comments on commit a5c5000

Please sign in to comment.