Added logo, added Boot screen, renamed dump_config packet to upload_config, misc changes and UX improvements

This commit is contained in:
2020-06-08 16:08:41 -05:00
parent ef0174fb06
commit f04dfb01e7
13 changed files with 124 additions and 42 deletions

View File

@@ -10,9 +10,9 @@ module TAC
close
end
button "Okay", width: 0.475, text_size: 18 do
@options[:callback_method].call
close
@options[:callback_method].call
end
end
end