mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
[GTKUI] Select first entry in edit trackers dialog on first show.
This commit is contained in:
parent
da80f7cbda
commit
3eefc81d9d
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ class EditTrackersDialog:
|
|||
self.old_trackers = list(status["trackers"])
|
||||
for tracker in self.old_trackers:
|
||||
self.add_tracker(tracker["tier"], tracker["url"])
|
||||
self.treeview.set_cursor((0))
|
||||
self.dialog.show()
|
||||
|
||||
def add_tracker(self, tier, url):
|
||||
|
|
Loading…
Add table
Reference in a new issue