Should the back button be shown and used to go back to a previous window?

Property definitions

app $ Window :: enable_back_button
	# Should the back button be shown and used to go back to a previous window?
	fun enable_back_button: Bool do return app.window_stack.length > 1
lib/app/ui.nit:209,2--210,67