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