mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
- Updated documentation URL to doc.qbittorrent.org
This commit is contained in:
@@ -249,10 +249,7 @@ void GUI::on_actionWebsite_triggered() const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void GUI::on_actionDocumentation_triggered() const {
|
void GUI::on_actionDocumentation_triggered() const {
|
||||||
if(Preferences::getLocale().startsWith("fr"))
|
QDesktopServices::openUrl(QUrl(QString::fromUtf8("http://doc.qbittorrent.org")));
|
||||||
QDesktopServices::openUrl(QUrl(QString::fromUtf8("http://60gp.ovh.net/~dchris/wiki/wikka.php?wakka=FrenchDocumentation")));
|
|
||||||
else
|
|
||||||
QDesktopServices::openUrl(QUrl(QString::fromUtf8("http://60gp.ovh.net/~dchris/wiki/wikka.php?wakka=EnglishDocumentation")));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void GUI::on_actionBugReport_triggered() const {
|
void GUI::on_actionBugReport_triggered() const {
|
||||||
|
|||||||
Reference in New Issue
Block a user