mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-15 01:25:08 +00:00
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:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user