mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Fix pluginselectdlg position
Fix peerlistwidget position Fix mainwindow position
This commit is contained in:
@@ -258,9 +258,9 @@ void PeerListWidget::showPeerListMenu(const QPoint &)
|
||||
}
|
||||
}
|
||||
if (peerCount < peersList.length())
|
||||
QMessageBox::information(0, tr("Peer addition"), tr("Some peers could not be added. Check the Log for details."));
|
||||
QMessageBox::information(this, tr("Peer addition"), tr("Some peers could not be added. Check the Log for details."));
|
||||
else if (peerCount > 0)
|
||||
QMessageBox::information(0, tr("Peer addition"), tr("The peers were added to this torrent."));
|
||||
QMessageBox::information(this, tr("Peer addition"), tr("The peers were added to this torrent."));
|
||||
return;
|
||||
}
|
||||
if (act == banAct) {
|
||||
|
||||
Reference in New Issue
Block a user