aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/Rc.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/Screens/Rc.py b/lib/python/Screens/Rc.py
index 34e0fba9..3a7c78b3 100644
--- a/lib/python/Screens/Rc.py
+++ b/lib/python/Screens/Rc.py
@@ -3,6 +3,8 @@ from Tools.Directories import resolveFilename, SCOPE_SKIN
from xml.etree.ElementTree import ElementTree
from Components.config import config, ConfigInteger
+config.misc.rcused = ConfigInteger(default = 1)
+
class Rc:
def __init__(self):
self["rc"] = MultiPixmap()