diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-23 02:51:36 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-23 02:51:36 +0000 |
| commit | 86518c1dd8f68926be67a2ddb2e171fc68b69c5b (patch) | |
| tree | 077c428d610f87169f3e6f03d109da2022606d35 /data/setup.xml | |
| parent | 1c384bc7cd9e5e2222c275a7a6b47bfd5712e870 (diff) | |
| download | enigma2-86518c1dd8f68926be67a2ddb2e171fc68b69c5b.tar.gz enigma2-86518c1dd8f68926be67a2ddb2e171fc68b69c5b.zip | |
add config option to disable the zap warning message when trying to record
Diffstat (limited to 'data/setup.xml')
| -rw-r--r-- | data/setup.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/setup.xml b/data/setup.xml index 37195561..51945cfa 100644 --- a/data/setup.xml +++ b/data/setup.xml @@ -15,6 +15,9 @@ <item text="AC3 default">config.av.defaultac3</item> <item text="VCR Switch">config.av.vcrswitch</item> </setup> + <setup key="recording" title="Recording"> + <item text="Ask before zapping">config.recording.asktozap</item> + </setup> <setup key="network" title="Network setup"> <item text="Use DHCP">config.network.dhcp</item> <item text="IP Address">config.network.ip</item> |
