On Saturday 02 March 2013, Paul Hayton wrote: > Could some default behaviour settings be included in the > RDAdmin > Manage Hosts > RDLibrary dialogue box allowing the > user to set the default status of each tick box on startup?
That would be the best, but for now I modified the source to ours to make that box default to off. rdcut_dialog.cpp 168c168 < cart_limit_box->setChecked(true); --- > cart_limit_box->setChecked(false); rdcart_dialog.cpp 170c170 < cart_limit_box->setChecked(true); --- > cart_limit_box->setChecked(false); _______________________________________________ Rivendell-dev mailing list [email protected] http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
