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:
authorRobert Adam <dev@robert-adam.de>2021-11-08 13:28:38 +0300
committerGitHub <noreply@github.com>2021-11-08 13:28:38 +0300
commit77e9620b938f96f941aed09d7ae97bc05ed9988d (patch)
tree1fa89abd0d292bd276352cfe5be5cbb4f0bc2e13
parent0ee6508ba6569dc73d11eb38dcec4d8b4a69502b (diff)
parenta36dc20d413f62d0e99025a683955d839cc79c02 (diff)
Merge PR #5297: CHANGE(client): Max. value for silent user setting
Previously the maximum allowed value for the "silent user lifetime" setting (affecting the TalkingUI) was 99 (apparently Qt's default for spin boxes). However, this prevented users from keeping recent speakers visible for a couple of minutes, which might be desirable (especially in a situation in which Mumble is only running in the background while one is doing other stuff).
-rw-r--r--src/mumble/LookConfig.ui3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mumble/LookConfig.ui b/src/mumble/LookConfig.ui
index 63013bc31..1be0b578e 100644
--- a/src/mumble/LookConfig.ui
+++ b/src/mumble/LookConfig.ui
@@ -607,6 +607,9 @@
<property name="toolTip">
<string>A user that is silent for the given amount of seconds will be removed from the Talkin UI.</string>
</property>
+ <property name="maximum">
+ <number>999</number>
+ </property>
</widget>
</item>
<item row="2" column="0" colspan="2">