mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Clean up Web UI code
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user