|
From: Tapio V. <aa...@us...> - 2011-02-23 18:15:32
|
Author: Lasse Kärkkäinen <tronic+ndrm at trn.iki.fi> Date: Wed Feb 23 18:25:48 2011 +0100 Default webcam to disabled because it causes crashes on many systems --- data/schema.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/schema.xml b/data/schema.xml index 3f05b12..4bdc3f9 100644 --- a/data/schema.xml +++ b/data/schema.xml @@ -131,10 +131,10 @@ to save the current settings to XML. <long>Allows completely disabling background videos. It is recommended to leave this enabled as Performous will still smoothly fade out the video if your computer is not fast enough.</long> </locale> </entry> - <entry name="graphic/webcam" type="bool" value="true"> + <entry name="graphic/webcam" type="bool" value="false"> <locale name="C"> <short>Webcam background</short> - <long>Performous can try to use webcam as a background video. You can disable it if it annoys you.</long> + <long>Performous can use webcam as a background video. Disable it if Performous crashes while entering a song.</long> </locale> </entry> <entry name="graphic/webcamid" type="int" value="-1"> |