Template repo for tiny cross-platform apps that can be modified on phone, tablet or computer.
press_stash_button = function()
	-- disable local modifications to a file without deleting it or saving the pane
	Show_menu = nil
	stash_pane(Current_pane)
end