diff -r 3455e574e096 -r 37c16056c45b src/FingersDance.Control.UserPanel/TagVisuSoundControl.xaml.cs --- a/src/FingersDance.Control.UserPanel/TagVisuSoundControl.xaml.cs Fri Nov 13 20:32:46 2009 +0100 +++ b/src/FingersDance.Control.UserPanel/TagVisuSoundControl.xaml.cs Fri Nov 13 22:11:50 2009 +0100 @@ -35,6 +35,10 @@ InitializeComponent(); lastlevel = 1; TagVisuSoundLevelUpdate(0); + volumeModel.Visibility = Visibility.Hidden; + #if DEBUG + volumeModel.Visibility = Visibility.Visible; + #endif } private void TagVisuSoundControl_Loaded(object sender, RoutedEventArgs e)