Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

0142-right_justified_button
right_justified_button = function(name, x, y, callback)
	local w = Font:getWidth(name)
	local x = x-5-w-5
	styled_button(name, x, y, callback)
	return x-10
end