Skip to content

Commit

Permalink
Merge pull request #4194: Set default lifetime of silent users in Tal…
Browse files Browse the repository at this point in the history
…kingUI to 10s
  • Loading branch information
Krzmbrzl authored May 20, 2020
2 parents 2504f97 + 888fdad commit 9eb6bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mumble/Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ Settings::Settings() {
bTalkingUI_AbbreviateChannelNames = true;
bTalkingUI_AbbreviateCurrentChannel = false;
iTalkingUI_RelativeFontSize = 100;
iTalkingUI_SilentUserLifeTime = 5;
iTalkingUI_SilentUserLifeTime = 10;
iTalkingUI_ChannelHierarchyDepth = 1;
iTalkingUI_MaxChannelNameLength = 20;
iTalkingUI_PrefixCharCount = 3;
Expand Down

0 comments on commit 9eb6bae

Please sign in to comment.