Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHartmnt <hartmunt@protonmail.com>2022-08-12 17:43:38 +0300
committerRobert Adam <dev@robert-adam.de>2022-08-12 20:02:47 +0300
commitf728adde8ea94fe875a916686b0f360a9469f600 (patch)
treedbf074b4319658c869ce90760e342edec3628750
parent08fa966c5fc7dcf1a97a6e82676e5377b7a86c17 (diff)
FIX(ui): Remove duplicate entry for "What's this?" in UserModel
Removed the duplicate entry for "Talking while being muted on your end" from the "What's this?" text for users in the TreeView. Fixes #5793 (cherry picked from commit bbab69650656aa61a1e42f990d3b0ab26ae19e4a)
-rw-r--r--src/mumble/UserModel.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mumble/UserModel.cpp b/src/mumble/UserModel.cpp
index a6ecde490..71e4cb012 100644
--- a/src/mumble/UserModel.cpp
+++ b/src/mumble/UserModel.cpp
@@ -703,8 +703,6 @@ QVariant UserModel::otherRoles(const QModelIndex &idx, int role) const {
"valign=\"middle\">%5</td></tr>"
"<tr><td><img src=\"skin:talking_muted.svg\" height=64 /></td><td "
"valign=\"middle\">%6</td></tr>"
- "<tr><td><img src=\"skin:talking_muted.svg\" height=64 /></td><td "
- "valign=\"middle\">%6</td></tr>"
"<tr><td><img src=\"skin:ear.svg\" height=64 /></td><td "
"valign=\"middle\">%7</td></tr>"
"</table>")