- COSMETIC: Use alternating row colors in transfer list (set in program preferences)

This commit is contained in:
Christophe Dumez 2009-12-22 14:06:36 +00:00
parent 50e620daf2
commit 6f6e453ae4
5 changed files with 186 additions and 196 deletions

View file

@ -724,7 +724,7 @@ void GUI::loadPreferences(bool configure_session) {
}
unsigned int new_refreshInterval = Preferences::getRefreshInterval();
transferList->setRefreshInterval(new_refreshInterval);
transferList->setAlternatingRowColors(Preferences::useAlternatingRowColors());
// Queueing System
if(Preferences::isQueueingSystemEnabled()) {
if(!configure_session || !BTSession->isQueueingEnabled()) {