forked from midou/invidious
Fix default fo dark_mode
This commit is contained in:
parent
7b2ca55089
commit
bcdb8cd770
@ -132,7 +132,7 @@ struct ConfigPreferences
|
||||
comments: {type: Array(String), default: ["youtube", ""], converter: StringToArray},
|
||||
continue: {type: Bool, default: false},
|
||||
continue_autoplay: {type: Bool, default: true},
|
||||
dark_mode: {type: String, default: "light", converter: BoolToString},
|
||||
dark_mode: {type: String, default: "", converter: BoolToString},
|
||||
latest_only: {type: Bool, default: false},
|
||||
listen: {type: Bool, default: false},
|
||||
local: {type: Bool, default: false},
|
||||
|
Loading…
Reference in New Issue
Block a user