mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Fix pluginselectdlg position
Fix peerlistwidget position Fix mainwindow position
This commit is contained in:
parent
2258e4d5ed
commit
fb9ebce9c6
3 changed files with 6 additions and 6 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue