From 0bcc2f33ebe382a1dafbe6edaf00f476f2584b74 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sun, 10 Sep 2017 03:17:47 +0100 Subject: Add check to pause game on lost window focus --- minetest.conf.example | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'minetest.conf.example') diff --git a/minetest.conf.example b/minetest.conf.example index a112ce0e6..46d9ffe65 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -994,6 +994,10 @@ # type: int # max_out_chat_queue_size = 20 +# Open the pause menu when the window's focus is lost. Does not pause if a formspec is open. +# type: bool +# pause_on_lost_focus = false + ## Advanced # Timeout for client to remove unused map data from memory. -- cgit v1.2.3