mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 00:33:09 -07:00
- COSMETIC: Use alternating row colors in transfer list (set in program preferences)
This commit is contained in:
parent
50e620daf2
commit
6f6e453ae4
5 changed files with 186 additions and 196 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue