mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 19:28:09 -06:00
Mention to all will be checked by default #176
This commit is contained in:
parent
cd128b8e69
commit
066de25f95
@ -148,6 +148,8 @@ class reply(tweet):
|
||||
if len(users) > 0:
|
||||
widgetUtils.connect_event(self.message.mentionAll, widgetUtils.CHECKBOX, self.mention_all)
|
||||
self.message.enable_button("mentionAll")
|
||||
self.message.set("mentionAll", True)
|
||||
self.mention_all()
|
||||
self.message.set_cursor_at_end()
|
||||
self.text_processor()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user