mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 00:33:09 -07:00
Fix broken donation link. Closes #3771.
This commit is contained in:
parent
63df3090d5
commit
b9a061680d
2 changed files with 2 additions and 2 deletions
|
@ -1485,7 +1485,7 @@ void MainWindow::handleUpdateCheckFinished(bool update_available, QString new_ve
|
|||
|
||||
void MainWindow::on_actionDonate_money_triggered()
|
||||
{
|
||||
QDesktopServices::openUrl(QUrl("http://sourceforge.net/donate/index.php?group_id=163414"));
|
||||
QDesktopServices::openUrl(QUrl("http://www.qbittorrent.org/donate"));
|
||||
}
|
||||
|
||||
void MainWindow::showConnectionSettings()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue