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 ConfigPreferences
property listen : Bool = false
property local : Bool = false
property locale : String = "en-US"
property watch_history : Bool = true
property max_results : Int32 = 40
property notifications_only : Bool = false
property player_style : String = "invidious"