|
|
|
@ -963,7 +963,7 @@ void GUI::loadPreferences(bool configure_session) {
@@ -963,7 +963,7 @@ void GUI::loadPreferences(bool configure_session) {
|
|
|
|
|
properties->getPeerList()->setAlternatingRowColors(Preferences::useAlternatingRowColors()); |
|
|
|
|
// Queueing System
|
|
|
|
|
if(Preferences::isQueueingSystemEnabled()) { |
|
|
|
|
if(!configure_session || !BTSession->isQueueingEnabled()) { |
|
|
|
|
if(!actionDecreasePriority->isVisible()) { |
|
|
|
|
transferList->hidePriorityColumn(false); |
|
|
|
|
actionDecreasePriority->setVisible(true); |
|
|
|
|
actionIncreasePriority->setVisible(true); |
|
|
|
@ -972,7 +972,7 @@ void GUI::loadPreferences(bool configure_session) {
@@ -972,7 +972,7 @@ void GUI::loadPreferences(bool configure_session) {
|
|
|
|
|
toolBar->layout()->setSpacing(7); |
|
|
|
|
} |
|
|
|
|
} else { |
|
|
|
|
if(BTSession->isQueueingEnabled()) { |
|
|
|
|
if(actionDecreasePriority->isVisible()) { |
|
|
|
|
transferList->hidePriorityColumn(true); |
|
|
|
|
actionDecreasePriority->setVisible(false); |
|
|
|
|
actionIncreasePriority->setVisible(false); |
|
|
|
|