Make the history recording optional.

This commit is contained in:
Le Jester
2022-02-16 16:16:59 -06:00
committed by Samantaz Fox
parent 997d936e9c
commit 897f871f99
7 changed files with 15 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ struct Preferences
property latest_only : Bool = CONFIG.default_user_preferences.latest_only
property listen : Bool = CONFIG.default_user_preferences.listen
property local : Bool = CONFIG.default_user_preferences.local
property watch_history : Bool = CONFIG.default_user_preferences.watch_history
property vr_mode : Bool = CONFIG.default_user_preferences.vr_mode
property show_nick : Bool = CONFIG.default_user_preferences.show_nick