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