Allow to assign priority to RSS download rule

PR #19000.
This commit is contained in:
Vladimir Golovnev
2023-06-05 14:55:41 +03:00
committed by GitHub
parent cf415dd7fe
commit a5e8af5070
8 changed files with 124 additions and 29 deletions

View File

@@ -223,7 +223,6 @@ MainWindow::MainWindow(IGUIApplication *app, WindowState initialState)
// Transfer List tab
m_transferListWidget = new TransferListWidget(hSplitter, this);
// m_transferListWidget->setStyleSheet("QTreeView {border: none;}"); // borderless
m_propertiesWidget = new PropertiesWidget(hSplitter);
connect(m_transferListWidget, &TransferListWidget::currentTorrentChanged, m_propertiesWidget, &PropertiesWidget::loadTorrentInfos);
hSplitter->addWidget(m_transferListWidget);