Long tweet and mention to all options won't be saved in config. Closes #170

This commit is contained in:
2017-11-08 12:09:53 -06:00
parent ed7c9802d1
commit 0d0aed0490
5 changed files with 11 additions and 25 deletions

View File

@@ -71,7 +71,6 @@ class tweet(textLimited):
self.createTextArea(message, text)
self.mainBox.Add(self.textBox, 0, wx.ALL, 5)
self.long_tweet = wx.CheckBox(self.panel, -1, _(u"&Long tweet"))
self.long_tweet.SetValue(True)
self.upload_image = wx.Button(self.panel, -1, _(u"&Upload image..."), size=wx.DefaultSize)
self.spellcheck = wx.Button(self.panel, -1, _("Check &spelling..."), size=wx.DefaultSize)
self.attach = wx.Button(self.panel, -1, _(u"&Attach audio..."), size=wx.DefaultSize)