mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv into openelec-3.0
This commit is contained in:
commit
917724673c
@ -10888,7 +10888,7 @@ index f802b82..bc7afa1 100644
|
||||
+{
|
||||
+ // we expect "videoscreen.monitor" but it might be hidden on some platforms,
|
||||
+ // so check that we actually have a visable control.
|
||||
+ CBaseSettingControl *control = GetSetting(strSetting);
|
||||
+ BaseSettingControlPtr control = GetSetting(strSetting);
|
||||
+ if (control)
|
||||
+ {
|
||||
+ control->SetDelayed();
|
||||
|
Loading…
x
Reference in New Issue
Block a user