How to enable "show muted text" box by default

Have a feature, Torric.
I should've already set this up long ago, sorry about that!
This commit is contained in:
Lirusaito
2018-07-27 15:38:01 -04:00
parent 899d1955c0
commit 9f03d1be05
2 changed files with 12 additions and 1 deletions

View File

@@ -1273,6 +1273,17 @@ Found in Advanced->Rendering->Info Displays</string>
<key>Value</key>
<integer>1</integer>
</map>
<key>ShowMutedText</key>
<map>
<key>Comment</key>
<string>Whether or not to show chat from muted people in local chat.</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<integer>0</integer>
</map>
<key>OtherChatsTornOff</key>
<map>
<key>Comment</key>

View File

@@ -15,7 +15,7 @@
<combo_box follows="left|top" height="18" label="Gestures" left="6" name="Gesture" width="120">
<combo_item name="Gestures">Gestures</combo_item>
</combo_box>
<check_box bottom_delta="-2" enabled="true" follows="left|top" font="SansSerifSmall" height="20" initial_value="false" label="Show Muted Text" left_delta="124" name="show mutes" width="116"/>
<check_box bottom_delta="-2" enabled="true" follows="left|top" font="SansSerifSmall" height="20" label="Show Muted Text" left_delta="124" name="show mutes" width="116" control_name="ShowMutedText"/>
<!--check_box bottom_delta="-15" enabled="true" follows="left|top" font="SansSerifSmall" height="20" initial_value="false" label="Translate Chat (powered by Google)" name="translate chat" width="100" control_name="TranslateChat"/-->
<button bottom_delta="2" left_delta="120" follows="left|top" font="SansSerifSmall" height="20" width="100" label="Open History" name="chat_history_open" tool_tip="Click here to open chat history in external editor."/>
<button bottom_delta="0" follows="right|top" height="20" label="&lt; &lt;" label_selected="&gt; &gt;" toggle="true" left="272" name="toggle_active_speakers_btn" right="305" tool_tip="Click here to show a list of active participants in this IM session." width="80"/>