mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
Bringing the AddNewTorrentDialog to the front.
This commit is contained in:
@@ -140,6 +140,13 @@ void AddNewTorrentDialog::showMagnet(const QString& link)
|
||||
dlg.exec();
|
||||
}
|
||||
|
||||
void AddNewTorrentDialog::showEvent(QShowEvent *event) {
|
||||
QDialog::showEvent(event);
|
||||
activateWindow();
|
||||
raise();
|
||||
}
|
||||
|
||||
|
||||
void AddNewTorrentDialog::showAdvancedSettings(bool show)
|
||||
{
|
||||
if (show) {
|
||||
|
||||
Reference in New Issue
Block a user