Skip to content

Commit

Permalink
Merge pull request #4771 from ichorid/f_gui_unicode_fix
Browse files Browse the repository at this point in the history
Remove broken personal channel download highlightning in the GUI
  • Loading branch information
qstokkink authored Aug 26, 2019
2 parents 3280d13 + 8c8f8ae commit 284b618
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions TriblerGUI/widgets/downloadwidgetitem.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ def get_raw_download_status(self):

def update_item(self):
self.setText(0, self.download_info["name"])
if self.download_info["name"] == u"<old version of your channel>":
itfont = QFont(self.font(0))
itfont.setItalic(True)
self.setFont(0, itfont)
else:
self.font(0).setItalic(False)

if self.download_info["size"] == 0 and self.get_raw_download_status() == DLSTATUS_METADATA:
self.setText(1, "unknown")
Expand Down

0 comments on commit 284b618

Please sign in to comment.