mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-22 20:44:15 +00:00
Clean up Web UI code
This commit is contained in:
parent
5fe562c0fa
commit
4c5dd66b0f
@ -131,7 +131,7 @@ void HttpConnection::translateDocument(QString& data) {
|
||||
}
|
||||
|
||||
// Remove keyboard shortcuts
|
||||
translation = translation.replace(mnemonic, "");
|
||||
translation.replace(mnemonic, "");
|
||||
|
||||
data.replace(i, regex.matchedLength(), translation);
|
||||
i += translation.length();
|
||||
|
Loading…
x
Reference in New Issue
Block a user