Feature Request: Allow blocking conferences from nonfriends exclusively.
Option is in Communication tab, as the old one was. Translators will need to localize this. (panel_preferences_im.xml)
This commit is contained in:
@@ -8,7 +8,12 @@
|
||||
<check_box bottom="-65" height="16" initial_value="false" label="Include IM in chat console" name="include_im_in_chat_console"/>
|
||||
<check_box bottom="-85" height="16" initial_value="false" label="Show timestamps in IM" name="show_timestamps_check"/>
|
||||
<check_box bottom="-105" height="16" initial_value="false" label="Show online Friend notifications" name="friends_online_notify_checkbox"/>
|
||||
<check_box follows="top|left" bottom_delta="-20" height="16" label="Block incoming conference chats" control_name="LiruBlockConferences" name="block_conferences_checkbox"/>
|
||||
<text bottom_delta="-15" follows="top|left" left_delta="4" name="conference_block_text">Incoming conferences:</text>
|
||||
<radio_group follows="top|left" bottom_delta="-21" left_delta="116" height="16" width="350" draw_border="false" control_name="LiruBlockConferences" name="block_conferences_radio">
|
||||
<radio_item bottom_delta="0" name="accept" width="30" value="0">Accept</radio_item>
|
||||
<radio_item bottom_delta="0" left_delta="30" name="friends only" width="44" value="2">Friends Only</radio_item>
|
||||
<radio_item bottom_delta="0" left_delta="44" name="block" width="30" value="1">Block</radio_item>
|
||||
</radio_group>
|
||||
<text bottom="-218" height="10" left="12" name="text_box4">Logging Options:</text>
|
||||
<check_box bottom="-225" height="16" initial_value="false" label="Save a log of IM on my computer" left="148" name="log_instant_messages" />
|
||||
<check_box bottom="-245" height="16" initial_value="false" label="Show timestamps in IM log" left="168" name="log_instant_messages_timestamp"/>
|
||||
|
||||
Reference in New Issue
Block a user