From a36dc20d413f62d0e99025a683955d839cc79c02 Mon Sep 17 00:00:00 2001 From: Robert Adam Date: Mon, 8 Nov 2021 10:47:15 +0100 Subject: 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). --- src/mumble/LookConfig.ui | 3 +++ 1 file changed, 3 insertions(+) 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 @@ A user that is silent for the given amount of seconds will be removed from the Talkin UI. + + 999 + -- cgit v1.2.3