disable fancy design since it is not working as expected :-/

This commit is contained in:
Volker Fischer 2009-09-20 10:13:27 +00:00
parent 49580ca0eb
commit cba2d96ba1
2 changed files with 10 additions and 4 deletions

View file

@ -93,6 +93,12 @@ CClientSettingsDlg::CClientSettingsDlg ( CClient* pNCliP, QWidget* parent,
cbGUIDesignFancy->setCheckState ( Qt::Checked ); cbGUIDesignFancy->setCheckState ( Qt::Checked );
} }
// TODO we disable the fancy GUI switch because the new design
// is not yet finished
cbGUIDesignFancy->setVisible ( false );
// "High Quality Audio" check box // "High Quality Audio" check box
if ( pClient->GetCELTHighQuality() ) if ( pClient->GetCELTHighQuality() )
{ {