mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Save minetest screen width/height options when modified (#5683)
* Save minetest screen width/height options when modified * Add autosave_screensize setting (default true) * Fix @SmallJoker comments
This commit is contained in:
parent
d6cf5450a8
commit
21e0a049f8
6 changed files with 50 additions and 3 deletions
|
@ -526,6 +526,10 @@
|
|||
# type: int
|
||||
# screenH = 600
|
||||
|
||||
# Save the window size automatically when modified.
|
||||
# type: bool
|
||||
# autosave_screensize = true
|
||||
|
||||
# Fullscreen mode.
|
||||
# type: bool
|
||||
# fullscreen = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue