mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Clean up Web UI code
This commit is contained in:
parent
5fe562c0fa
commit
4c5dd66b0f
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ void HttpConnection::translateDocument(QString& data) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Remove keyboard shortcuts
|
// Remove keyboard shortcuts
|
||||||
translation = translation.replace(mnemonic, "");
|
translation.replace(mnemonic, "");
|
||||||
|
|
||||||
data.replace(i, regex.matchedLength(), translation);
|
data.replace(i, regex.matchedLength(), translation);
|
||||||
i += translation.length();
|
i += translation.length();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue