Adapt theme and layout settings to settings page system
This commit is contained in:
parent
e14ec88591
commit
ed066e7414
@ -102,12 +102,21 @@ For security reasons, enabling this is not recommended.''',
|
|||||||
'type': int,
|
'type': int,
|
||||||
'default': 720,
|
'default': 720,
|
||||||
'comment': '',
|
'comment': '',
|
||||||
|
'options': [
|
||||||
|
(360, '360p'),
|
||||||
|
(720, '720p'),
|
||||||
|
],
|
||||||
}),
|
}),
|
||||||
|
|
||||||
('theme', {
|
('theme', {
|
||||||
'type': int,
|
'type': int,
|
||||||
'default': 0,
|
'default': 0,
|
||||||
'comment': '',
|
'comment': '',
|
||||||
|
'options': [
|
||||||
|
(0, 'Light'),
|
||||||
|
(1, 'Gray'),
|
||||||
|
(2, 'Dark'),
|
||||||
|
],
|
||||||
}),
|
}),
|
||||||
|
|
||||||
('gather_googlevideo_domains', {
|
('gather_googlevideo_domains', {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user