Commit 8eb8d941 authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: don't show Ml button if it does nothing

parent b0623ca0
...@@ -539,6 +539,8 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent, ...@@ -539,6 +539,8 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
#endif #endif
#ifdef MEDIA_LIBRARY #ifdef MEDIA_LIBRARY
BUTTONACT( ui.sqlMLbtn, configML() ); BUTTONACT( ui.sqlMLbtn, configML() );
#else
ui.sqlMLbtn->hide();
#endif #endif
/* interface */ /* interface */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment