mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 00:33:09 -07:00
Use https for www.qbittorrent.org
This commit is contained in:
parent
155dc49c5a
commit
ddd6c82dd7
9 changed files with 13 additions and 13 deletions
|
@ -988,7 +988,7 @@ void MainWindow::on_actionCloseWindow_triggered()
|
|||
{
|
||||
// On macOS window close is basically equivalent to window hide.
|
||||
// If you decide to implement this functionality for other OS,
|
||||
// then you will also need ui lock checks like in actionExit.
|
||||
// then you will also need ui lock checks like in actionExit.
|
||||
close();
|
||||
}
|
||||
#endif
|
||||
|
@ -1854,7 +1854,7 @@ void MainWindow::toggleAlternativeSpeeds()
|
|||
|
||||
void MainWindow::on_actionDonateMoney_triggered()
|
||||
{
|
||||
QDesktopServices::openUrl(QUrl("http://www.qbittorrent.org/donate"));
|
||||
QDesktopServices::openUrl(QUrl("https://www.qbittorrent.org/donate"));
|
||||
}
|
||||
|
||||
void MainWindow::showConnectionSettings()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue