Add remember_position field to the Preferences and VideoPreferences structs, and add a checkbox in the preferences page to toggle it

This commit is contained in:
bbielsa
2021-10-25 19:50:17 -04:00
committed by Emilien Devos
parent 7f3ef12297
commit a6a0bbf398
5 changed files with 18 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ struct ConfigPreferences
property volume : Int32 = 100
property vr_mode : Bool = true
property show_nick : Bool = true
property remember_position : Bool = false
def to_tuple
{% begin %}