Template repo for tiny cross-platform apps that can be modified on phone, tablet or computer.
press_stop_button = function()
	if car.quit then
		call_protected(car.quit)
	end
	Show_menu = nil
	clear_handlers()
end