mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Add check to pause game on lost window focus
This commit is contained in:
parent
2153965cf9
commit
0bcc2f33eb
4 changed files with 15 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue