disable fancy design since it is not working as expected :-/
This commit is contained in:
parent
49580ca0eb
commit
cba2d96ba1
2 changed files with 10 additions and 4 deletions
|
@ -93,6 +93,12 @@ CClientSettingsDlg::CClientSettingsDlg ( CClient* pNCliP, QWidget* parent,
|
|||
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
|
||||
if ( pClient->GetCELTHighQuality() )
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue