Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

0134-reset_file_dialog_state
reset_file_dialog_state = function()
	Show_file_dialog = false
	Directory_contents = nil
	Stash_directory_contents = nil
	File_dialog_callback = nil
	File_dialog_input_text = ''
	File_dialog_input_draw_suffix = ''
end