mirror of
https://github.com/logos-storage/deluge.git
synced 2026-01-16 12:03:07 +00:00
[#2514] [GTKUI] Every torrent is displayed twice in classic mode
This commit is contained in:
parent
3e632600c6
commit
7a2092d3c4
@ -608,6 +608,8 @@ class TorrentView(listview.ListView, component.Component):
|
||||
self.save_state()
|
||||
|
||||
def on_torrentadded_event(self, torrent_id):
|
||||
if self.got_state is False:
|
||||
return
|
||||
self.add_row(torrent_id)
|
||||
self.mark_dirty(torrent_id)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user